[llvm-commits] [llvm] r51824 - /llvm/trunk/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
Chris Lattner
sabre at nondot.org
Sat May 31 12:50:53 PDT 2008
Author: lattner
Date: Sat May 31 14:50:53 2008
New Revision: 51824
URL: http://llvm.org/viewvc/llvm-project?rev=51824&view=rev
Log:
update this patch to handle an extraneous &1. This should be pulled
into the 2.3 release branch.
Modified:
llvm/trunk/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
Modified: llvm/trunk/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll?rev=51824&r1=51823&r2=51824&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll (original)
+++ llvm/trunk/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll Sat May 31 14:50:53 2008
@@ -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"
More information about the llvm-commits
mailing list