mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
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
This commit is contained in:
parent
e9ccacd376
commit
eed4e0193f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user