mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
Update tests for the disappearance of -idom.
llvm-svn: 36064
This commit is contained in:
parent
ea857029ea
commit
9304434617
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | opt -idom -break-crit-edges -domtree -disable-output
|
||||
; RUN: llvm-as < %s | opt -break-crit-edges -domtree -disable-output
|
||||
; PR1110
|
||||
|
||||
%struct.OggVorbis_File = type { i8*, i32, i64, i64, %struct.ogg_sync_state, i32, i64*, i64*, i32*, i64*, %struct.vorbis_info*, %struct.vorbis_comment*, i64, i32, i32, i32, double, double, %struct.ogg_stream_state, %struct.vorbis_dsp_state, %struct.vorbis_block, %struct.ov_callbacks }
|
||||
|
@ -1,8 +0,0 @@
|
||||
; Basic test for bugpoint.
|
||||
; RUN: bugpoint %s -idom -bugpoint-crashcalls \
|
||||
; RUN: -idom
|
||||
|
||||
define i32 @test() {
|
||||
call i32 @test()
|
||||
ret i32 %1
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | opt -domtree -idom -gcse -etforest -constmerge -disable-output
|
||||
; RUN: llvm-as < %s | opt -domtree -gcse -etforest -constmerge -disable-output
|
||||
|
||||
define i32 @test1() {
|
||||
unreachable
|
||||
|
Loading…
Reference in New Issue
Block a user