diff options
author | Dan Gohman <gohman@apple.com> | 2010-07-26 18:00:43 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-07-26 18:00:43 +0000 |
commit | b0961f2443774033c4644e25df7f0330bcf9884b (patch) | |
tree | 37944091d7f2848d28b12b94c51a1b357e3aa99a /llvm/test/Transforms/LCSSA | |
parent | 732a7e2661526037a93397aa296c0dd1b8c8b7c1 (diff) | |
download | bcm5719-llvm-b0961f2443774033c4644e25df7f0330bcf9884b.tar.gz bcm5719-llvm-b0961f2443774033c4644e25df7f0330bcf9884b.zip |
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
llvm-svn: 109410
Diffstat (limited to 'llvm/test/Transforms/LCSSA')
-rw-r--r-- | llvm/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll b/llvm/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll index 7545641f1ae..5381c88aea6 100644 --- a/llvm/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll +++ b/llvm/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll @@ -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* } |