diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2007-04-15 13:14:33 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2007-04-15 13:14:33 +0000 |
commit | c3c65d09052483ef3571795b652e0d36aa9591b0 (patch) | |
tree | d649f85d88cf31184651f1548581b319c77bdc38 /test | |
parent | 66959cecdb9a95e3eed398f39580b43ea1d959ce (diff) | |
download | external_llvm-c3c65d09052483ef3571795b652e0d36aa9591b0.zip external_llvm-c3c65d09052483ef3571795b652e0d36aa9591b0.tar.gz external_llvm-c3c65d09052483ef3571795b652e0d36aa9591b0.tar.bz2 |
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')
-rw-r--r-- | test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll | 2 |
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 a00433a..697dad2 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 } |