Make function loadImmediate a member of MipsSEInstrInfo and change it to return
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 23 Aug 2012 00:21:05 +0000 (00:21 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 23 Aug 2012 00:21:05 +0000 (00:21 +0000)
commitfc4eafa0f490bd06d8191a2f007514b9e3ce0387
tree3ba47dec32b4f29ed8b80df2b2ddb55186892f38
parent91a35f03da446009cd1de4cdabaa1cdec7e74e0c
Make function loadImmediate a member of MipsSEInstrInfo and change it to return
the temporary register that was used to load the immediate. Currently, it always
returns register $at, but this will change if, in the future, we decide to use
another register.

No changes in functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162417 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsSERegisterInfo.cpp