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:
7e80cd9
)
Fix this test
author
Chris Lattner
<sabre@nondot.org>
Mon, 13 Dec 2004 17:53:11 +0000
(17:53 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 13 Dec 2004 17:53:11 +0000
(17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18900
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/SCCP/ipsccp-conditional.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/SCCP/ipsccp-conditional.ll
b/test/Transforms/SCCP/ipsccp-conditional.ll
index a3282119766d8669a3240468b8959a21be912f2b..27fdf05a8855fb09b11c03e1d69a82deb45086d1 100644
(file)
--- a/
test/Transforms/SCCP/ipsccp-conditional.ll
+++ b/
test/Transforms/SCCP/ipsccp-conditional.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 0' | not grep ret
+; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v 'ret int 0' |
grep -v 'ret int undef' |
not grep ret
implementation