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:
2f3ee64
)
Update run line
author
Chris Lattner
<sabre@nondot.org>
Tue, 21 May 2002 19:33:17 +0000
(19:33 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 21 May 2002 19:33:17 +0000
(19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2693
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/SimplifyCFG/basictest.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/SimplifyCFG/basictest.ll
b/test/Transforms/SimplifyCFG/basictest.ll
index a63abf751fa84be3e1b0aa5caa8be04a2c992103..c86d9398f5a6b820633056611ceedce300c81e90 100644
(file)
--- a/
test/Transforms/SimplifyCFG/basictest.ll
+++ b/
test/Transforms/SimplifyCFG/basictest.ll
@@
-1,6
+1,6
@@
; Test CFG simplify removal of branch instructions...
;
-; RUN: if as < %s | opt -
dce
| dis | grep br
+; RUN: if as < %s | opt -
simplifycfg
| dis | grep br
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi