Skip to content

Commit 515105f

Browse files
committed
[NFC] Remove comment (commited ahead of time by mistake)
1 parent 7c601d0 commit 515105f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Utils/SimplifyIndVar.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,9 +1556,6 @@ bool WidenIV::widenWithVariantUse(WidenIV::NarrowIVDefUse DU) {
15561556
return false;
15571557
ExtUsers.push_back(User);
15581558
}
1559-
// We'll prove some facts that should be true in the context of ext users. IF
1560-
// there is no users, we are done now. If there are some, pick their common
1561-
// dominator as context.
15621559
if (ExtUsers.empty()) {
15631560
DeadInsts.emplace_back(NarrowUse);
15641561
return true;

0 commit comments

Comments
 (0)