[NFC] Remove comment (commited ahead of time by mistake)

This commit is contained in:
Max Kazantsev 2020-11-19 16:28:34 +07:00
parent 7c601d09a7
commit 515105f46b
1 changed files with 0 additions and 3 deletions

View File

@ -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;