delete unintentional whitespace

This commit is contained in:
Kangcheng Xu 2026-03-27 02:37:38 -04:00 committed by GitHub
parent 2b4c1252b8
commit 4f49892444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3224,7 +3224,7 @@ void CountedLoopConverter::TruncatedIncrement::build(Node* expr) {
}
}
// If (maybe after stripping) it is an AddI, we won:
// If (maybe after stripping) it is an AddI, we won:
if (n1op == Op_Add(_bt)) {
_incr = n1;
_outer_trunc = t1;