mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
MISched: Cleanup, redundant statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44fd0bcc40
commit
e3eddaec4a
@ -1898,7 +1898,6 @@ void ConvergingScheduler::pickNodeFromQueue(SchedBoundary &Zone,
|
||||
Cand.setBest(TryCand);
|
||||
DEBUG(traceCandidate(Cand, Zone));
|
||||
}
|
||||
TryCand.SU = *I;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user