From cdd9077f3aa16547169bf64fd57fc297ae3931bb Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Thu, 6 Nov 2014 19:12:38 +0000 Subject: [RegAlloc] Kill off the trivial spiller - nobody is using it any more. llvm-svn: 221474 --- llvm/lib/CodeGen/Spiller.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/CodeGen/Spiller.h') diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index 45d53eccea1..08f99ec78ad 100644 --- a/llvm/lib/CodeGen/Spiller.h +++ b/llvm/lib/CodeGen/Spiller.h @@ -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, -- cgit v1.2.3