From 38283e23df5aa748ec3bb5f02f14f1741cf491ce Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 18 Nov 2009 20:31:20 +0000 Subject: Fixed the in-place spiller and trivial rewriter, which had been broken by the recent SlotIndexes work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89238 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Spiller.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/CodeGen/Spiller.h') diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h index 9c3900df0b..8abf9b517c 100644 --- a/lib/CodeGen/Spiller.h +++ b/lib/CodeGen/Spiller.h @@ -34,10 +34,6 @@ namespace llvm { /// implementation selected. virtual std::vector spill(LiveInterval *li) = 0; - /// Intra-block split. - virtual std::vector intraBlockSplit(LiveInterval *li, - VNInfo *valno) = 0; - }; /// Create and return a spiller object, as specified on the command line. -- cgit v1.2.3