mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45655 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8478d8b12
commit
920595a960
@ -242,7 +242,6 @@ void PEI::saveCalleeSavedRegisters(MachineFunction &Fn) {
|
||||
if (CSI.empty())
|
||||
return;
|
||||
|
||||
const MRegisterInfo *RegInfo = Fn.getTarget().getRegisterInfo();
|
||||
const TargetInstrInfo &TII = *Fn.getTarget().getInstrInfo();
|
||||
|
||||
// Now that we have a stack slot for each register to be saved, insert spill
|
||||
|
Loading…
x
Reference in New Issue
Block a user