OSDN Git Service

Make register FP allocatable if the compiled function does not have dynamic
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 9 May 2012 01:38:13 +0000 (01:38 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 9 May 2012 01:38:13 +0000 (01:38 +0000)
commit56ec9f2c09afebc42ecf243eaaab598daa15957b
tree641fa1373cb71c1c0a7824fa504b88b596d592b8
parenta284acb8a79468f378452826b2426b4bcdc27e94
Make register FP allocatable if the compiled function does not have dynamic
allocas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsRegisterInfo.cpp
test/CodeGen/Mips/fp-spill-reload.ll [new file with mode: 0644]