mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 22:26:16 +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…
Reference in New Issue
Block a user