summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-01-11 17:51:16 +0000
committerAndrew Trick <atrick@apple.com>2013-01-11 17:51:16 +0000
commit5907292dfdeb995da11f1645ea42db340d64aab0 (patch)
tree59a938f896c651aab51ef0a2f340c35a13d5a3c1 /llvm/lib/CodeGen
parentae182ce4fc6e1552d06a55a63a957764ee382f34 (diff)
downloadbcm5719-llvm-5907292dfdeb995da11f1645ea42db340d64aab0.tar.gz
bcm5719-llvm-5907292dfdeb995da11f1645ea42db340d64aab0.zip
Follow-up typo correction from building the wrong branch.
llvm-svn: 172224
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp
index b965c7f9974..c949266b8b2 100644
--- a/llvm/lib/CodeGen/MachineScheduler.cpp
+++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -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
OpenPOWER on IntegriCloud