diff options
| author | Owen Anderson <resistor@mac.com> | 2009-03-11 22:31:21 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2009-03-11 22:31:21 +0000 |
| commit | aabe06d92aeec2fe6c8c90dd78c3c5bce2a052ff (patch) | |
| tree | 820f68735fcb50771e33cf048422c29e9dd71615 /llvm/lib/CodeGen/VirtRegMap.h | |
| parent | 42adc73a2b34b001f1c269febd1e3f066ae46290 (diff) | |
| download | bcm5719-llvm-aabe06d92aeec2fe6c8c90dd78c3c5bce2a052ff.tar.gz bcm5719-llvm-aabe06d92aeec2fe6c8c90dd78c3c5bce2a052ff.zip | |
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change.
llvm-svn: 66720
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.h')
| -rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.h b/llvm/lib/CodeGen/VirtRegMap.h index 8b494a7c617..7627d677db6 100644 --- a/llvm/lib/CodeGen/VirtRegMap.h +++ b/llvm/lib/CodeGen/VirtRegMap.h @@ -430,19 +430,6 @@ namespace llvm { VRM.print(OS); return OS; } - - /// Spiller interface: Implementations of this interface assign spilled - /// virtual registers to stack slots, rewriting the code. - struct Spiller { - virtual ~Spiller(); - virtual bool runOnMachineFunction(MachineFunction &MF, - VirtRegMap &VRM) = 0; - }; - - /// createSpiller - Create an return a spiller object, as specified on the - /// command line. - Spiller* createSpiller(); - } // End llvm namespace #endif |

