OSDN Git Service

Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.
authorJim Grosbach <grosbach@apple.com>
Tue, 15 Mar 2011 00:30:40 +0000 (00:30 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 15 Mar 2011 00:30:40 +0000 (00:30 +0000)
commit5edf24efac40062766c643e08f11bc509d373370
tree6408ba08b0b38782ac670466078b82f9db4ba4a9
parentb9b80c326847ccb1b0611e9b6dc4d372ecc158d3
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
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMInstrInfo.td
test/CodeGen/ARM/call-tc.ll