From b0bab4587496f9d2d88c5ef4a002e8ed809d48dd Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Sun, 13 Oct 2019 05:19:17 +0000 Subject: [PATCH] [Attributor][FIX] Remove leftover, now unused, variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374702 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/Attributor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Transforms/IPO/Attributor.cpp b/lib/Transforms/IPO/Attributor.cpp index 23e48e3958d..08675de6cb1 100644 --- a/lib/Transforms/IPO/Attributor.cpp +++ b/lib/Transforms/IPO/Attributor.cpp @@ -4428,8 +4428,6 @@ ChangeStatus Attributor::run(Module &M) { size_t NumFinalAAs = AllAbstractAttributes.size(); - bool FinishedAtFixpoint = Worklist.empty(); - // Reset abstract arguments not settled in a sound fixpoint by now. This // happens when we stopped the fixpoint iteration early. Note that only the // ones marked as "changed" *and* the ones transitively depending on them -- 2.40.0