mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3ff304557
commit
d1e5db6c7c
@ -1761,7 +1761,7 @@ const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS,
|
||||
/// getAddRecExpr - Get an add recurrence expression for the specified loop.
|
||||
/// Simplify the expression as much as possible.
|
||||
const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start,
|
||||
const SCEV *Step, const Loop *L) {
|
||||
const SCEV *Step, const Loop *L) {
|
||||
SmallVector<const SCEV *, 4> Operands;
|
||||
Operands.push_back(Start);
|
||||
if (const SCEVAddRecExpr *StepChrec = dyn_cast<SCEVAddRecExpr>(Step))
|
||||
|
Loading…
x
Reference in New Issue
Block a user