[llvm-commits] [llvm] r47735 - /llvm/trunk/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu Feb 28 15:13:15 PST 2008
Author: laurov
Date: Thu Feb 28 17:13:15 2008
New Revision: 47735
URL: http://llvm.org/viewvc/llvm-project?rev=47735&view=rev
Log:
Update testcase.
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=47735&r1=47734&r2=47735&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 Thu Feb 28 17:13:15 2008
@@ -1,6 +1,6 @@
; For PR1099
; RUN: llvm-as < %s | llc -march=c | \
-; RUN: grep {return ((((llvm_cbe_tmp2 == llvm_cbe_b_0_0_val)) ? (1) : (0)))}
+; RUN: grep {return ((((llvm_cbe_tmp2 == llvm_cbe_b_2e_0_2e_0_2e_val)) ? (1) : (0)))}
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"
More information about the llvm-commits
mailing list