Remove unused method.

llvm-svn: 203221
This commit is contained in:
Craig Topper 2014-03-07 09:26:53 +00:00
parent 4584cd54e3
commit c536a5dba0
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ public:
Spiller &spiller() override { return *SpillerInstance; }
virtual float getPriority(LiveInterval *LI) { return LI->weight; }
void enqueue(LiveInterval *LI) override {
Queue.push(LI);
}