diff options
| author | Johannes Doerfert <jdoerfert@anl.gov> | 2019-10-13 05:19:17 +0000 |
|---|---|---|
| committer | Johannes Doerfert <jdoerfert@anl.gov> | 2019-10-13 05:19:17 +0000 |
| commit | 4868841ee4ff9a32ce1021ef3335e81e19b4f354 (patch) | |
| tree | c23842f99a12c04dc7845155388bb6d729ded520 /llvm/lib | |
| parent | e9d3f708220a4595885937f2607c26fac7b479da (diff) | |
| download | bcm5719-llvm-4868841ee4ff9a32ce1021ef3335e81e19b4f354.tar.gz bcm5719-llvm-4868841ee4ff9a32ce1021ef3335e81e19b4f354.zip | |
[Attributor][FIX] Remove leftover, now unused, variable
llvm-svn: 374702
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/IPO/Attributor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp index 23e48e3958d..08675de6cb1 100644 --- a/llvm/lib/Transforms/IPO/Attributor.cpp +++ b/llvm/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 |

