[Attributor][FIX] Remove leftover, now unused, variable
authorJohannes Doerfert <jdoerfert@anl.gov>
Sun, 13 Oct 2019 05:19:17 +0000 (05:19 +0000)
committerJohannes Doerfert <jdoerfert@anl.gov>
Sun, 13 Oct 2019 05:19:17 +0000 (05:19 +0000)
llvm-svn: 374702

llvm/lib/Transforms/IPO/Attributor.cpp

index 23e48e3..08675de 100644 (file)
@@ -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