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:
Andrew Trick 2012-12-18 20:52:58 +00:00
parent 44fd0bcc40
commit e3eddaec4a

View File

@ -1898,7 +1898,6 @@ void ConvergingScheduler::pickNodeFromQueue(SchedBoundary &Zone,
Cand.setBest(TryCand);
DEBUG(traceCandidate(Cand, Zone));
}
TryCand.SU = *I;
}
}