summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-31 19:50:53 +0000
committerChris Lattner <sabre@nondot.org>2008-05-31 19:50:53 +0000
commit76931954f8da7561fd1b98ada8eb3461facaa9d0 (patch)
tree3496409a486f75df3c551e9b808f9657a0ece012 /test/CodeGen/CBackend
parent995be7d07a0ed1f70a93b2a2e7f445461162e8a5 (diff)
downloadllvm-76931954f8da7561fd1b98ada8eb3461facaa9d0.tar.gz
llvm-76931954f8da7561fd1b98ada8eb3461facaa9d0.tar.bz2
llvm-76931954f8da7561fd1b98ada8eb3461facaa9d0.tar.xz
update this patch to handle an extraneous &1. This should be pulled
into the 2.3 release branch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r--test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
index 997a1491a3..63dd9da0b1 100644
--- 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"