[llvm] r374702 - [Attributor][FIX] Remove leftover, now unused, variable

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 12 22:19:17 PDT 2019


Author: jdoerfert
Date: Sat Oct 12 22:19:17 2019
New Revision: 374702

URL: http://llvm.org/viewvc/llvm-project?rev=374702&view=rev
Log:
[Attributor][FIX] Remove leftover, now unused, variable

Modified:
    llvm/trunk/lib/Transforms/IPO/Attributor.cpp

Modified: llvm/trunk/lib/Transforms/IPO/Attributor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/Attributor.cpp?rev=374702&r1=374701&r2=374702&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/Attributor.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/Attributor.cpp Sat Oct 12 22:19:17 2019
@@ -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




More information about the llvm-commits mailing list