Remove an unused variable.

llvm-svn: 120964
This commit is contained in:
Evan Cheng 2010-12-05 23:03:35 +00:00
parent c7223a3e37
commit b8a662f0d1
1 changed files with 1 additions and 2 deletions

View File

@ -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))