diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-15 00:30:40 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-15 00:30:40 +0000 |
commit | 3af6fe66b978bb325c3f36ba217a25e78f35cc45 (patch) | |
tree | da86ccebe7919fa5ffd471b394b04eb9d5d0ce4d /llvm/test/CodeGen/ARM/call-tc.ll | |
parent | 2139d3148f4004f7e57b2ea715a95b68cdcb091c (diff) | |
download | bcm5719-llvm-3af6fe66b978bb325c3f36ba217a25e78f35cc45.tar.gz bcm5719-llvm-3af6fe66b978bb325c3f36ba217a25e78f35cc45.zip |
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).
llvm-svn: 127637
Diffstat (limited to 'llvm/test/CodeGen/ARM/call-tc.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/call-tc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/call-tc.ll b/llvm/test/CodeGen/ARM/call-tc.ll index a77aba037be..4dc37aa2755 100644 --- a/llvm/test/CodeGen/ARM/call-tc.ll +++ b/llvm/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: |