1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]

llvm-svn: 195590
This commit is contained in:
NAKAMURA Takumi 2013-11-25 00:52:46 +00:00
parent 0e71e8676c
commit 035ff3c7bf

View File

@ -128,7 +128,6 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
MachineBasicBlock::iterator I) const {
if (!hasReservedCallFrame(MF)) {
MachineInstr &MI = *I;
DebugLoc DL = MI.getDebugLoc();
int Size = MI.getOperand(0).getImm();
if (MI.getOpcode() == SP::ADJCALLSTACKDOWN)
Size = -Size;