Make the following changes in MipsFrameLowering.cpp:
authorAkira Hatanaka <ahatanaka@mips.com>
Sat, 12 May 2012 03:18:00 +0000 (03:18 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Sat, 12 May 2012 03:18:00 +0000 (03:18 +0000)
commit30cec40241d73fa274afeae7b7bac3632d344900
tree6f66a62401c869c2a563bae59a7bdc74eb3c02a5
parentddd657d16d7716f29982e97c5fa3f3ff33770108
Make the following changes in MipsFrameLowering.cpp:

- Stop emitting instructions needed to initialize the global pointer register.
- Stop emitting .cprestore directive.
- Do not take into account the $gp save slot when computing stack size.

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