[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
Reid Spencer
reid at x10sys.com
Mon May 14 10:59:12 PDT 2007
Changes in directory llvm/test/CodeGen/CBackend:
2007-01-08-ParamAttr-ICmp.ll updated: 1.7 -> 1.8
---
Log message:
Reverse last patch .. premature. Depends on uncommitted CBE patch.
---
Diffs of the changes: (+1 -2)
2007-01-08-ParamAttr-ICmp.ll | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
diff -u llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll:1.7 llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll:1.8
--- llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll:1.7 Mon May 14 12:56:39 2007
+++ llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll Mon May 14 12:58:52 2007
@@ -1,7 +1,6 @@
; For PR1099
; RUN: llvm-as < %s | llc -march=c | \
-; RUN: grep {return ((((((unsigned short )llvm_cbe_tmp2&65535U) == ((unsigned
-short )llvm_cbe_b_0_0_val&65535U))) ? (1) : (0)))}
+; RUN: grep {return ((((llvm_cbe_tmp2 == llvm_cbe_b_0_0_val)) ? (1) : (0)))}
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"
More information about the llvm-commits
mailing list