Modify MipsRegisterInfo::eliminateFrameIndex to use MipsAnalyzeImmediate to
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 25 Jan 2012 03:55:10 +0000 (03:55 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 25 Jan 2012 03:55:10 +0000 (03:55 +0000)
commit36e91e9599c014fc0044c02030973bcfc78fbc68
tree334c9605bf669bd02df428de026b5c77c7f680ac
parent042883f5da84453273b739fedaf23a889547ba6c
Modify MipsRegisterInfo::eliminateFrameIndex to use MipsAnalyzeImmediate to
expand offsets that do not fit in the 16-bit immediate field of load and store
instructions. Also change the types of variables so that they are sufficiently
large to handle 64-bit pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148916 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsRegisterInfo.cpp