mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
80 col violation.
llvm-svn: 99195
This commit is contained in:
parent
80b4f21ab7
commit
fdbab53b94
@ -528,7 +528,8 @@ void ScheduleDAGInstrs::ComputeOperandLatency(SUnit *Def, SUnit *Use,
|
||||
MachineInstr *DefMI = Def->getInstr();
|
||||
int DefIdx = DefMI->findRegisterDefOperandIdx(Reg);
|
||||
if (DefIdx != -1) {
|
||||
int DefCycle = InstrItins.getOperandCycle(DefMI->getDesc().getSchedClass(), DefIdx);
|
||||
int DefCycle = InstrItins.getOperandCycle(DefMI->getDesc().getSchedClass(),
|
||||
DefIdx);
|
||||
if (DefCycle >= 0) {
|
||||
MachineInstr *UseMI = Use->getInstr();
|
||||
const unsigned UseClass = UseMI->getDesc().getSchedClass();
|
||||
|
Loading…
x
Reference in New Issue
Block a user