MISched: Cleanup, redundant statement.

llvm-svn: 170453
This commit is contained in:
Andrew Trick 2012-12-18 20:52:58 +00:00
parent d6d5ad3d7b
commit ef23569858
1 changed files with 0 additions and 1 deletions

View File

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