1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix the build on gcc 4.2.

llvm-svn: 48212
This commit is contained in:
Nick Lewycky 2008-03-11 05:56:09 +00:00
parent 0d234e20a5
commit 02e4d6f2dd

View File

@ -964,6 +964,7 @@ void FPS::handleSpecialFP(MachineBasicBlock::iterator &I) {
// This could be made better, but would require substantial changes.
duplicateToTop(SrcReg, DestReg, I);
}
}
break;
case X86::RET:
case X86::RETI:
@ -1043,7 +1044,6 @@ void FPS::handleSpecialFP(MachineBasicBlock::iterator &I) {
StackTop = 0;
return;
}
}
I = MBB->erase(I); // Remove the pseudo instruction
--I;