mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-07 08:24:27 +00:00
Fix typo in comment again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1985,7 +1985,7 @@ const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
|
|||||||
// Rearranging, X = x, Y = y+z, Z = 2z.
|
// Rearranging, X = x, Y = y+z, Z = 2z.
|
||||||
//
|
//
|
||||||
// x = A*C, y = (A*D + B*C), z = B*D.
|
// x = A*C, y = (A*D + B*C), z = B*D.
|
||||||
// Therefore X = A*C, Y = (A*D + B*C) - B*D and Z = 2*B*D.
|
// Therefore X = A*C, Y = (A*D + B*C) + B*D and Z = 2*B*D.
|
||||||
for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
|
for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
|
||||||
++OtherIdx)
|
++OtherIdx)
|
||||||
if (const SCEVAddRecExpr *OtherAddRec =
|
if (const SCEVAddRecExpr *OtherAddRec =
|
||||||
|
Reference in New Issue
Block a user