[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
Reid Spencer
reid at x10sys.com
Mon May 14 10:57:02 PDT 2007
Changes in directory llvm/test/CodeGen/CBackend:
2007-01-08-ParamAttr-ICmp.ll updated: 1.6 -> 1.7
---
Log message:
Update this test to match the (corrected) output from the CBE.
---
Diffs of the changes: (+2 -1)
2007-01-08-ParamAttr-ICmp.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
diff -u llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll:1.6 llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll:1.7
--- llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll:1.6 Sun Apr 15 14:21:54 2007
+++ llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll Mon May 14 12:56:39 2007
@@ -1,6 +1,7 @@
; 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 ((((((unsigned short )llvm_cbe_tmp2&65535U) == ((unsigned
+short )llvm_cbe_b_0_0_val&65535U))) ? (1) : (0)))}
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"
More information about the llvm-commits
mailing list