mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Add missing parenthesis in SCEV comment
Contributed-by: Michael Zolutukin <mzolotukhin@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8aca1d3f1
commit
da55d20166
@ -1360,7 +1360,7 @@ const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op,
|
||||
/// what it does, given a sequence of operands that would form an add
|
||||
/// expression like this:
|
||||
///
|
||||
/// m + n + 13 + (A * (o + p + (B * q + m + 29))) + r + (-1 * r)
|
||||
/// m + n + 13 + (A * (o + p + (B * (q + m + 29)))) + r + (-1 * r)
|
||||
///
|
||||
/// where A and B are constants, update the map with these values:
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user