[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
[oota-llvm.git] / lib / CodeGen / Spiller.h
index 45d53eccea1453c8eede13fcc579ab17f512a632..08f99ec78adc70fa561f1a2332fc9a50322105f4 100644 (file)
@@ -31,11 +31,6 @@ namespace llvm {
 
   };
 
-  /// Create and return a spiller object, as specified on the command line.
-  Spiller* createSpiller(MachineFunctionPass &pass,
-                         MachineFunction &mf,
-                         VirtRegMap &vrm);
-
   /// Create and return a spiller that will insert spill code directly instead
   /// of deferring though VirtRegMap.
   Spiller *createInlineSpiller(MachineFunctionPass &pass,