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:
995be7d
)
update this patch to handle an extraneous &1. This should be pulled
author
Chris Lattner
<sabre@nondot.org>
Sat, 31 May 2008 19:50:53 +0000
(19:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 31 May 2008 19:50:53 +0000
(19:50 +0000)
into the 2.3 release branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51824
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
b/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
index 997a1491a3c40ce17c627c767940a9055b1bf5e1..63dd9da0b11d17d7adf7de94f7ce50b7c1abbba9 100644
(file)
--- a/
test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
+++ b/
test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
@@
-1,6
+1,5
@@
; For PR1099
-; RUN: llvm-as < %s | llc -march=c | \
-; RUN: grep {return ((((llvm_cbe_tmp2 == llvm_cbe_b_2e_0_2e_0_2e_val)) ? (1) : (0)))}
+; RUN: llvm-as < %s | llc -march=c | grep {(llvm_cbe_tmp2 == llvm_cbe_b_2e_0_2e_0_2e_val)}
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"