projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b057c
)
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
author
Dan Gohman
<gohman@apple.com>
Mon, 26 Jul 2010 18:00:43 +0000
(18:00 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
b/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
index 7545641f1aee62ce198c8419ddb383cc1e9a9e6a..5381c88aea630c41e3ad8e6e40b3a60ec35b101b 100644
(file)
--- a/
test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
+++ b/
test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
@@
-1,6
+1,6
@@
-; RUN: opt < %s -lcssa -S | \
+; RUN: opt < %s -l
oopsimplify -l
cssa -S | \
; RUN: grep {%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry}
-; RUN: opt < %s -lcssa -S | \
+; RUN: opt < %s -l
oopsimplify -l
cssa -S | \
; RUN: grep {%%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry}
%struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* }