Skip to content

Commit

Permalink
[NFC] Remove comment (commited ahead of time by mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
xortator committed Nov 19, 2020
1 parent 7c601d0 commit 515105f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
Expand Up @@ -1556,9 +1556,6 @@ bool WidenIV::widenWithVariantUse(WidenIV::NarrowIVDefUse DU) {
return false;
ExtUsers.push_back(User);
}
// We'll prove some facts that should be true in the context of ext users. IF
// there is no users, we are done now. If there are some, pick their common
// dominator as context.
if (ExtUsers.empty()) {
DeadInsts.emplace_back(NarrowUse);
return true;
Expand Down

0 comments on commit 515105f

Please sign in to comment.