mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
typo + pasto
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc84cda919
commit
5219f86a0b
@ -3811,10 +3811,10 @@ LSRInstance::LSRInstance(const TargetLowering *tli, Loop *l, Pass *P)
|
||||
// If loop preparation eliminates all interesting IV users, bail.
|
||||
if (IU.empty()) return;
|
||||
|
||||
// Skip nested loops until we can model them better with forulae.
|
||||
// Skip nested loops until we can model them better with formulae.
|
||||
if (!EnableNested && !L->empty()) {
|
||||
DEBUG(dbgs() << "LSR skipping outer loop " << *L << "\n");
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
|
||||
// Start collecting data and preparing for the solver.
|
||||
|
Loading…
Reference in New Issue
Block a user