Deduplicate ARM call-related instructions.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 6 Apr 2012 00:04:58 +0000 (00:04 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 6 Apr 2012 00:04:58 +0000 (00:04 +0000)
commitf16936e5923156863906c915de657b134db4fb16
treee215f427e30fed049e3db8ae196356bca3eed70f
parent3ef737608ab005f320c2e20fcb3b914c677616ed
Deduplicate ARM call-related instructions.

We had special instructions for iOS because r9 is call-clobbered, but
that is represented dynamically by the register mask operands now, so
there is no need for the pseudo-instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154144 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td