aboutsummaryrefslogtreecommitdiffstats
path: root/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
commiteed4e0193ff04ba27bfb6d0d4201505f03d99a7c (patch)
tree1a5569fe7e5d0f115fcff1198c4835ca9c09f707 /lib/CodeGen
parente9ccacd376b2a271434e739f0b7d468cc691723b (diff)
downloadexternal_llvm-eed4e0193ff04ba27bfb6d0d4201505f03d99a7c.zip
external_llvm-eed4e0193ff04ba27bfb6d0d4201505f03d99a7c.tar.gz
external_llvm-eed4e0193ff04ba27bfb6d0d4201505f03d99a7c.tar.bz2
Follow-up typo correction from building the wrong branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/MachineScheduler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/MachineScheduler.cpp b/lib/CodeGen/MachineScheduler.cpp
index b965c7f..c949266 100644
--- a/lib/CodeGen/MachineScheduler.cpp
+++ b/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