summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2007-04-15 13:14:33 +0000
committerNick Lewycky <nicholas@mxc.ca>2007-04-15 13:14:33 +0000
commitc3c65d09052483ef3571795b652e0d36aa9591b0 (patch)
treed649f85d88cf31184651f1548581b319c77bdc38 /test/Analysis
parent66959cecdb9a95e3eed398f39580b43ea1d959ce (diff)
downloadllvm-c3c65d09052483ef3571795b652e0d36aa9591b0.tar.gz
llvm-c3c65d09052483ef3571795b652e0d36aa9591b0.tar.bz2
llvm-c3c65d09052483ef3571795b652e0d36aa9591b0.tar.xz
Fix this test to test what it was intended to test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll b/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
index a00433adbb..697dad25cc 100644
--- a/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
+++ b/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
@@ -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 }