Add tSpill and tRestore to the opcodes to replace with tSTRi and tLDRi
authorBill Wendling <isanbard@gmail.com>
Thu, 16 Dec 2010 00:49:54 +0000 (00:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 16 Dec 2010 00:49:54 +0000 (00:49 +0000)
commit5a54516adf2b15fa337445d327ec3ad9bd1e3648
tree9a994a7c808dfb2504e64c1ba7c31b73ed1fdc4d
parentdedec2b89dd05891d0e22093887b190462d5b82a
Add tSpill and tRestore to the opcodes to replace with tSTRi and tLDRi
respectively.

It may be a bug that these opcodes are getting this far into machine code
generation.

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