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 | e9bbaa2293121f505f4ba62b1b919d4174d9c91a (patch) | |
tree | b4ec17fd99b520048c7c5c4b5715ed71ffe939b6 /test/Analysis/Dominators | |
parent | 3dc6776b338f81e2d47daa42cc12c9f91053043d (diff) | |
download | external_llvm-e9bbaa2293121f505f4ba62b1b919d4174d9c91a.zip external_llvm-e9bbaa2293121f505f4ba62b1b919d4174d9c91a.tar.gz external_llvm-e9bbaa2293121f505f4ba62b1b919d4174d9c91a.tar.bz2 |
Update tests for the disappearance of -idom.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/Dominators')
-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 0318a33..a00433a 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 -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 } |