1. fix null program output after some other changes

2. re-enable null.ll test
3. fix some minor style violations

Patch by Reed Kotler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158935 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka
2012-06-21 20:39:10 +00:00
parent 43d2ff1171
commit 54c5bc8799
4 changed files with 30 additions and 13 deletions
+2 -1
View File
@@ -112,7 +112,8 @@ void MipsFrameLowering::emitPrologue(MachineFunction &MF) const {
// First, compute final stack size.
unsigned StackAlign = getStackAlignment();
uint64_t StackSize = MFI->getObjectOffset(MipsFI->getGlobalRegFI()) +
uint64_t StackSize = STI.inMips16Mode()? 0:
MFI->getObjectOffset(MipsFI->getGlobalRegFI()) +
StackAlign + RoundUpToAlignment(MFI->getStackSize(), StackAlign);
// Update stack size