aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/sub.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
commitd05a824e1a422b5e7c9101e31f7252078929897e (patch)
tree7733c39f4f51c0c5f9cd7611394df16f939366c4 /test/CodeGen/ARM/sub.ll
parenta41af7aeef953870da1cfeb59f7f3a34789dc8a5 (diff)
downloadexternal_llvm-d05a824e1a422b5e7c9101e31f7252078929897e.zip
external_llvm-d05a824e1a422b5e7c9101e31f7252078929897e.tar.gz
external_llvm-d05a824e1a422b5e7c9101e31f7252078929897e.tar.bz2
Fix test-llvm failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/sub.ll')
-rw-r--r--test/CodeGen/ARM/sub.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/sub.ll b/test/CodeGen/ARM/sub.ll
index 81513e2..7ada14d 100644
--- a/test/CodeGen/ARM/sub.ll
+++ b/test/CodeGen/ARM/sub.ll
@@ -12,7 +12,7 @@ define i64 @f1(i64 %a) {
; 66846720 = 0x03fc0000
define i64 @f2(i64 %a) {
; CHECK: f2
-; CHECK: subs r0, r0, #255, 14
+; CHECK: subs r0, r0, #255, #14
; CHECK: sbc r1, r1, #0
%tmp = sub i64 %a, 66846720
ret i64 %tmp