Fix this test to test what it was intended to test.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 15 Apr 2007 13:14:33 +0000 (13:14 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 15 Apr 2007 13:14:33 +0000 (13:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36072 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll

index a00433adbbf2284291ee98d9239b58d0faeb12fd..697dad25cce9063e7b027c367ec5f8830858a380 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -break-crit-edges -domtree -disable-output
+; RUN: llvm-as < %s | opt -domtree -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 }