Skip to content

Commit c12e092

Browse files
committed
!fixup strip outdated comment
1 parent 256aa29 commit c12e092

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Analysis/ScalarEvolution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,6 @@ const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS,
34903490
}
34913491
/// Get a canonical UDivExpr for a recurrence.
34923492
/// {X,+,N}/C => {Y,+,N}/C where Y=X-(X%N). Safe when C%N=0.
3493-
// We can currently only fold X%N if X is constant.
34943493
const APInt *StartRem;
34953494
if (!DivInt.urem(StepInt) && match(getURemExpr(AR->getStart(), Step),
34963495
m_scev_APInt(StartRem))) {

0 commit comments

Comments
 (0)