[MCA] Removed unused variable.
This commit is contained in:
parent
c24b3db45c
commit
3e12e83ea4
|
@ -158,7 +158,6 @@ bool DispatchStage::isAvailable(const InstRef &IR) const {
|
|||
|
||||
const Instruction &Inst = *IR.getInstruction();
|
||||
unsigned NumMicroOps = Inst.getNumMicroOps();
|
||||
const InstrDesc &Desc = Inst.getDesc();
|
||||
unsigned Required = std::min(NumMicroOps, DispatchWidth);
|
||||
if (Required > AvailableEntries)
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue