Follow-up typo correction from building the wrong branch.

llvm-svn: 172224
This commit is contained in:
Andrew Trick 2013-01-11 17:51:16 +00:00
parent ae182ce4fc
commit 5907292dfd
1 changed files with 2 additions and 2 deletions

View File

@ -1533,8 +1533,8 @@ void ConvergingScheduler::checkResourceLimits(
ConvergingScheduler::SchedCandidate &BotCand) {
// Set ReduceLatency to true if needed.
Bot.setLatencyPolicy(BopCand.Policy);
Top.setLatencyPolicy(TotCand.Policy);
Bot.setLatencyPolicy(BotCand.Policy);
Top.setLatencyPolicy(TopCand.Policy);
// Handle resource-limited regions.
if (Top.IsResourceLimited && Bot.IsResourceLimited