diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-05 18:41:40 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-05 18:41:40 +0000 |
commit | d05a824e1a422b5e7c9101e31f7252078929897e (patch) | |
tree | 7733c39f4f51c0c5f9cd7611394df16f939366c4 /test/CodeGen/ARM/select_xform.ll | |
parent | a41af7aeef953870da1cfeb59f7f3a34789dc8a5 (diff) |
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/select_xform.ll')
-rw-r--r-- | test/CodeGen/ARM/select_xform.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/select_xform.ll b/test/CodeGen/ARM/select_xform.ll index 5dabfc3a82..4211797ef7 100644 --- a/test/CodeGen/ARM/select_xform.ll +++ b/test/CodeGen/ARM/select_xform.ll @@ -4,7 +4,7 @@ define i32 @t1(i32 %a, i32 %b, i32 %c) nounwind { ; ARM: t1: -; ARM: sub r0, r1, #6, 2 +; ARM: sub r0, r1, #6, #2 ; ARM: movgt r0, r1 ; T2: t1: |