Update tests for the disappearance of -idom.
authorOwen Anderson <resistor@mac.com>
Sun, 15 Apr 2007 08:54:57 +0000 (08:54 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 15 Apr 2007 08:54:57 +0000 (08:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36064 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
test/BugPoint/crash-basictest.ll [deleted file]
test/Other/2006-02-05-PassManager.ll

index 0318a33ced549a03eb7b5873303ba1bf9ab91c4d..a00433adbbf2284291ee98d9239b58d0faeb12fd 100644 (file)
@@ -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/test/BugPoint/crash-basictest.ll b/test/BugPoint/crash-basictest.ll
deleted file mode 100644 (file)
index f631d70..0000000
+++ /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
-}
index 2fb1341b4df873d5cb54004ec127c07d642786a6..bbfeb0925006e05ebef2997cb2b506fce8f768bc 100644 (file)
@@ -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