summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/constants.ll
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-05 18:41:40 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-05 18:41:40 +0000
commit293875ef55172ab6c06c2afdc3c5adf8990dfa7d (patch)
tree3d2e543e41cc88f62a7329e9b13ae91dba5b87bc /llvm/test/CodeGen/ARM/constants.ll
parentb826ae83101347b9ffc6a80736ea66b62ce42931 (diff)
downloadbcm5719-llvm-293875ef55172ab6c06c2afdc3c5adf8990dfa7d.tar.gz
bcm5719-llvm-293875ef55172ab6c06c2afdc3c5adf8990dfa7d.zip
Fix test-llvm failures.
llvm-svn: 128906
Diffstat (limited to 'llvm/test/CodeGen/ARM/constants.ll')
-rw-r--r--llvm/test/CodeGen/ARM/constants.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/ARM/constants.ll b/llvm/test/CodeGen/ARM/constants.ll
index a66ee41fe19..7893df78205 100644
--- a/llvm/test/CodeGen/ARM/constants.ll
+++ b/llvm/test/CodeGen/ARM/constants.ll
@@ -14,31 +14,31 @@ define i32 @f2() {
define i32 @f3() {
; CHECK: f3
-; CHECK: mov r0, #1, 24
+; CHECK: mov r0, #1, #24
ret i32 256
}
define i32 @f4() {
; CHECK: f4
-; CHECK: orr{{.*}}#1, 24
+; CHECK: orr{{.*}}#1, #24
ret i32 257
}
define i32 @f5() {
; CHECK: f5
-; CHECK: mov r0, #255, 2
+; CHECK: mov r0, #255, #2
ret i32 -1073741761
}
define i32 @f6() {
; CHECK: f6
-; CHECK: mov r0, #63, 28
+; CHECK: mov r0, #63, #28
ret i32 1008
}
define void @f7(i32 %a) {
; CHECK: f7
-; CHECK: cmp r0, #1, 16
+; CHECK: cmp r0, #1, #16
%b = icmp ugt i32 %a, 65536
br i1 %b, label %r, label %r
r:
OpenPOWER on IntegriCloud