summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-05-14 17:56:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-05-14 17:56:39 +0000
commit477e9746bb1c44cb1d28e97b5c1999c846bd9ac9 (patch)
tree173a0c1f4853ab4e011f4412ba8e23a41fe0410f /test/CodeGen/CBackend
parent9bd57b6561abd7701bff5d46bb88fed6b9a8dbb9 (diff)
downloadllvm-477e9746bb1c44cb1d28e97b5c1999c846bd9ac9.tar.gz
llvm-477e9746bb1c44cb1d28e97b5c1999c846bd9ac9.tar.bz2
llvm-477e9746bb1c44cb1d28e97b5c1999c846bd9ac9.tar.xz
Update this test to match the (corrected) output from the CBE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r--test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
index 359feba0c8..8126b54e12 100644
--- a/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
+++ b/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
@@ -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"