Avoid depending on LCSSA implicitly pulling in LoopSimplify.
authorDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 18:00:43 +0000 (18:00 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 18:00:43 +0000 (18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109410 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll

index 7545641f1aee62ce198c8419ddb383cc1e9a9e6a..5381c88aea630c41e3ad8e6e40b3a60ec35b101b 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt < %s -lcssa -S | \
+; RUN: opt < %s -loopsimplify -lcssa -S | \
 ; RUN:   grep {%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry}
-; RUN: opt < %s -lcssa -S | \
+; RUN: opt < %s -loopsimplify -lcssa -S | \
 ; RUN:   grep {%%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry}
 
         %struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* }