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:
3e3aa86
)
Fix run line.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 7 Jun 2008 08:40:16 +0000
(08:40 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sat, 7 Jun 2008 08:40:16 +0000
(08:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52072
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/SimplifyCFG/branch-fold-test.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/SimplifyCFG/branch-fold-test.ll
b/test/Transforms/SimplifyCFG/branch-fold-test.ll
index 2deca40634577643d5d30bb1cc8a54b118adba41..444741f5b72d92ef9fa22297031396c2e1561691 100644
(file)
--- a/
test/Transforms/SimplifyCFG/branch-fold-test.ll
+++ b/
test/Transforms/SimplifyCFG/branch-fold-test.ll
@@
-1,7
+1,7
@@
; This test ensures that the simplifycfg pass continues to constant fold
; terminator instructions.
-; RUN: llvm-as < %s | opt -simplifycfg | not grep br
+; RUN: llvm-as < %s | opt -simplifycfg |
llvm-dis |
not grep br
define i32 @test(i32 %A, i32 %B) {
J: