aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-06-02 16:39:20 +0000
committerTanya Lattner <tonic@nondot.org>2008-06-02 16:39:20 +0000
commita4f46144d8898efc2888400fbd9b3574711cae2b (patch)
treed6521810744b3ff187eb155f3cd25b817a3b3740
parenta9cb83a33cdbdebd8864939b68ef6b6999743548 (diff)
downloadllvm-a4f46144d8898efc2888400fbd9b3574711cae2b.zip
llvm-a4f46144d8898efc2888400fbd9b3574711cae2b.tar.gz
llvm-a4f46144d8898efc2888400fbd9b3574711cae2b.tar.bz2
Merge from mainline.
llvm-svn: 51868
-rw-r--r--llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
index 997a149..63dd9da 100644
--- a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
+++ b/llvm/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"