mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove extra local variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
42854e57a9
commit
1e264de205
@ -149,8 +149,7 @@ FunctionPass *llvm::createX86FixupLEAs() {
|
||||
}
|
||||
|
||||
bool FixupLEAPass::runOnMachineFunction(MachineFunction &Func) {
|
||||
MF = &Func;
|
||||
TM = &MF->getTarget();
|
||||
TM = &Func.getTarget();
|
||||
TII = static_cast<const X86InstrInfo*>(TM->getInstrInfo());
|
||||
|
||||
DEBUG(dbgs() << "Start X86FixupLEAs\n";);
|
||||
|
Loading…
x
Reference in New Issue
Block a user