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:
d472e47
)
Hrm, testcase was checking the wrong pass. :(
author
Chris Lattner
<sabre@nondot.org>
Mon, 29 Jul 2002 21:12:20 +0000
(21:12 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 29 Jul 2002 21:12:20 +0000
(21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3126
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
b/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
index 7ca058ffb8c352e8f8be3c35095d891d64dc52d2..aa24bfbc599c40ef8d8fd4047529804d58528163 100644
(file)
--- a/
test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
+++ b/
test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
@@
-1,7
+1,7
@@
; -simplifycfg is not folding blocks if there is a PHI node involved. This
; should be fixed eventually
-; RUN: if as < %s | opt -s
ccp
| dis | grep br
+; RUN: if as < %s | opt -s
implifycfg
| dis | grep br
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi