summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit9c6a4d64aaedcd5e9f31de7915e4511080cc0bdd (patch)
treea7c6fee7370f63c2cef956ad4e0a66c6f7dc34ca /llvm/test/CodeGen/CBackend
parent764ae2a21b17084e3435d18d8844cf1d46f72b34 (diff)
downloadbcm5719-llvm-9c6a4d64aaedcd5e9f31de7915e4511080cc0bdd.tar.gz
bcm5719-llvm-9c6a4d64aaedcd5e9f31de7915e4511080cc0bdd.zip
Update this test to match the (corrected) output from the CBE.
llvm-svn: 37038
Diffstat (limited to 'llvm/test/CodeGen/CBackend')
-rw-r--r--llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
index 359feba0c89..8126b54e12e 100644
--- a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
+++ b/llvm/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"
OpenPOWER on IntegriCloud