mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161095 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71746220d3
commit
fa566d02cc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user