diff options
| author | Owen Anderson <resistor@mac.com> | 2007-04-15 08:54:57 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2007-04-15 08:54:57 +0000 |
| commit | 5a576160bc36695b3289d27cac38006ccb1f2393 (patch) | |
| tree | fa6d949b6d3e8b44dc283c6b94b5fd6083f3b209 | |
| parent | f35a1dbc7ac0046a494cb66945096101ef3fcac6 (diff) | |
| download | bcm5719-llvm-5a576160bc36695b3289d27cac38006ccb1f2393.tar.gz bcm5719-llvm-5a576160bc36695b3289d27cac38006ccb1f2393.zip | |
Update tests for the disappearance of -idom.
llvm-svn: 36064
| -rw-r--r-- | llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll | 2 | ||||
| -rw-r--r-- | llvm/test/BugPoint/crash-basictest.ll | 8 | ||||
| -rw-r--r-- | llvm/test/Other/2006-02-05-PassManager.ll | 2 |
3 files changed, 2 insertions, 10 deletions
diff --git a/llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll b/llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll index 0318a33ced5..a00433adbbf 100644 --- a/llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll +++ b/llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll @@ -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 } diff --git a/llvm/test/BugPoint/crash-basictest.ll b/llvm/test/BugPoint/crash-basictest.ll deleted file mode 100644 index f631d701193..00000000000 --- a/llvm/test/BugPoint/crash-basictest.ll +++ /dev/null @@ -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 -} diff --git a/llvm/test/Other/2006-02-05-PassManager.ll b/llvm/test/Other/2006-02-05-PassManager.ll index 2fb1341b4df..bbfeb092500 100644 --- a/llvm/test/Other/2006-02-05-PassManager.ll +++ b/llvm/test/Other/2006-02-05-PassManager.ll @@ -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 |

