[llvm] 515105f - [NFC] Remove comment (commited ahead of time by mistake)
Max Kazantsev via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 01:29:14 PST 2020
Author: Max Kazantsev
Date: 2020-11-19T16:28:34+07:00
New Revision: 515105f46b7e0037fe49a6fa8e469823c3f8433e
URL: https://github.com/llvm/llvm-project/commit/515105f46b7e0037fe49a6fa8e469823c3f8433e
DIFF: https://github.com/llvm/llvm-project/commit/515105f46b7e0037fe49a6fa8e469823c3f8433e.diff
LOG: [NFC] Remove comment (commited ahead of time by mistake)
Added:
Modified:
llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp b/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
index 0467f6debde5..2693f451ebde 100644
--- a/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
@@ -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;
More information about the llvm-commits
mailing list