mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 11:10:12 +00:00
Update this test to match the (corrected) output from the CBE.
llvm-svn: 37038
This commit is contained in:
parent
afe2314bb0
commit
c8202a622f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user