1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

[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 2e3d07d447
commit b6c52319b7

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;