OSDN Git Service

Fix call instruction operands in ARMFastISel.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Aug 2012 20:52:46 +0000 (20:52 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Aug 2012 20:52:46 +0000 (20:52 +0000)
commit0745b649ed5c362f1c2f7db59254a76041ddef05
tree4ce7293c8ff04c1a051f4873955c974a37eb3caf
parent9511a460d8dc2f5979365ad863e9e6c514043101
Fix call instruction operands in ARMFastISel.

The ARM BL and BLX instructions don't have predicate operands, but the
thumb variants tBL and tBLX do.

The argument registers should be added as implicit uses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162593 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp