mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Fix comment from r232794. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2611a42321
commit
9478751e46
@ -1102,7 +1102,7 @@ const SCEV *ScalarEvolution::getTruncateExpr(const SCEV *Op,
|
||||
return getTruncateOrZeroExtend(SZ->getOperand(), Ty);
|
||||
|
||||
// trunc(x1+x2+...+xN) --> trunc(x1)+trunc(x2)+...+trunc(xN) if we can
|
||||
// eliminate all the truncates, or we replace extensions with truncates.
|
||||
// eliminate all the truncates, or we replace other casts with truncates.
|
||||
if (const SCEVAddExpr *SA = dyn_cast<SCEVAddExpr>(Op)) {
|
||||
SmallVector<const SCEV *, 4> Operands;
|
||||
bool hasTrunc = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user