mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9eaf49b320
commit
f79ed109ec
@ -51,7 +51,6 @@ namespace {
|
||||
const TargetRegisterInfo *TRI;
|
||||
MachineRegisterInfo *MRI;
|
||||
|
||||
unsigned HazardLimit;
|
||||
unsigned MIIdx;
|
||||
MachineInstr* LastMIs[4];
|
||||
|
||||
@ -186,7 +185,7 @@ bool MLxExpansion::FindMLxHazard(MachineInstr *MI) const {
|
||||
continue;
|
||||
|
||||
if (TII->canCauseFpMLxStall(NextMI->getOpcode()))
|
||||
return true;
|
||||
return true;
|
||||
|
||||
// Look for VMLx RAW hazard.
|
||||
if (hasRAWHazard(getDefReg(MI), NextMI))
|
||||
|
Loading…
Reference in New Issue
Block a user