diff options
author | Lang Hames <lhames@gmail.com> | 2014-11-06 19:12:38 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2014-11-06 19:12:38 +0000 |
commit | cdd9077f3aa16547169bf64fd57fc297ae3931bb (patch) | |
tree | 24a270820d5258898c0ac85b50763e7b2e8be201 /llvm/lib/CodeGen/Spiller.h | |
parent | 3b47e1f7e260fc3663b76006eb50a36bfeef6e10 (diff) | |
download | bcm5719-llvm-cdd9077f3aa16547169bf64fd57fc297ae3931bb.tar.gz bcm5719-llvm-cdd9077f3aa16547169bf64fd57fc297ae3931bb.zip |
[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
llvm-svn: 221474
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.h')
-rw-r--r-- | llvm/lib/CodeGen/Spiller.h | 5 |
1 files changed, 0 insertions, 5 deletions
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, |