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

Remove unused variable.

llvm-svn: 161095
This commit is contained in:
Akira Hatanaka 2012-08-01 00:37:53 +00:00
parent c43e6b2166
commit 7c93354aff

View File

@ -51,7 +51,6 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
if (!TFI->hasReservedCallFrame(MF)) {
DebugLoc DL = I->getDebugLoc();
int64_t Amount = I->getOperand(0).getImm();
if (I->getOpcode() == Mips::ADJCALLSTACKDOWN)