mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 15:02:16 +00:00
Remove unused variables.
llvm-svn: 115802
This commit is contained in:
parent
149f643d1a
commit
d3c05136c1
@ -527,9 +527,6 @@ void ScheduleDAGInstrs::ComputeOperandLatency(SUnit *Def, SUnit *Use,
|
||||
MachineInstr *DefMI = Def->getInstr();
|
||||
int DefIdx = DefMI->findRegisterDefOperandIdx(Reg);
|
||||
if (DefIdx != -1) {
|
||||
const TargetInstrDesc &DefTID = DefMI->getDesc();
|
||||
unsigned DefClass = DefTID.getSchedClass();
|
||||
|
||||
MachineInstr *UseMI = Use->getInstr();
|
||||
// For all uses of the register, calculate the maxmimum latency
|
||||
int Latency = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user