diff options
Diffstat (limited to 'llvm/lib/CodeGen/SpillPlacement.h')
| -rw-r--r-- | llvm/lib/CodeGen/SpillPlacement.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/SpillPlacement.h b/llvm/lib/CodeGen/SpillPlacement.h index 9b9ecccf904..03dd58d6e9a 100644 --- a/llvm/lib/CodeGen/SpillPlacement.h +++ b/llvm/lib/CodeGen/SpillPlacement.h @@ -29,7 +29,6 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/SmallVector.h" -#include "llvm/ADT/SparseSet.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/Support/BlockFrequency.h" @@ -67,9 +66,6 @@ class SpillPlacement : public MachineFunctionPass { /// its inputs falls in the open interval (-Threshold;Threshold). BlockFrequency Threshold; - /// List of nodes that need to be updated in ::iterate. - SparseSet<unsigned> TodoList; - public: static char ID; // Pass identification, replacement for typeid. @@ -161,8 +157,6 @@ private: void activate(unsigned); void setThreshold(const BlockFrequency &Entry); - - bool update(unsigned); }; } // end namespace llvm |

