aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-03-15 00:30:40 +0000
committerJim Grosbach <grosbach@apple.com>2011-03-15 00:30:40 +0000
commit5edf24efac40062766c643e08f11bc509d373370 (patch)
tree6408ba08b0b38782ac670466078b82f9db4ba4a9 /test
parentb9b80c326847ccb1b0611e9b6dc4d372ecc158d3 (diff)
downloadexternal_llvm-5edf24efac40062766c643e08f11bc509d373370.zip
external_llvm-5edf24efac40062766c643e08f11bc509d373370.tar.gz
external_llvm-5edf24efac40062766c643e08f11bc509d373370.tar.bz2
Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.
Also more cleanly separate the ARM vs. Thumb functionality. Previously, the encoding would be incorrect for some Thumb instructions (the indirect calls). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/call-tc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/call-tc.ll b/test/CodeGen/ARM/call-tc.ll
index a77aba0..4dc37aa 100644
--- a/test/CodeGen/ARM/call-tc.ll
+++ b/test/CodeGen/ARM/call-tc.ll
@@ -74,7 +74,7 @@ entry:
; CHECKT2: t7:
; CHECKT2: blxeq _foo
; CHECKT2-NEXT: pop.w
-; CHECKT2-NEXT: b.w _foo
+; CHECKT2-NEXT: b _foo
br i1 undef, label %bb, label %bb1.lr.ph
bb1.lr.ph: