mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Remove unused variable from r195944.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -902,7 +902,6 @@ MachineBasicBlock*
|
|||||||
TargetLoweringBase::emitPatchPoint(MachineInstr *MI,
|
TargetLoweringBase::emitPatchPoint(MachineInstr *MI,
|
||||||
MachineBasicBlock *MBB) const {
|
MachineBasicBlock *MBB) const {
|
||||||
const TargetMachine &TM = getTargetMachine();
|
const TargetMachine &TM = getTargetMachine();
|
||||||
const TargetInstrInfo *TII = TM.getInstrInfo();
|
|
||||||
MachineFunction &MF = *MI->getParent()->getParent();
|
MachineFunction &MF = *MI->getParent()->getParent();
|
||||||
|
|
||||||
// MI changes inside this loop as we grow operands.
|
// MI changes inside this loop as we grow operands.
|
||||||
|
|||||||
Reference in New Issue
Block a user