diff options
author | Lang Hames <lhames@gmail.com> | 2009-11-20 00:53:30 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2009-11-20 00:53:30 +0000 |
commit | c6e434573cf7fd6355a33a13b4db6aa5f56c4ea5 (patch) | |
tree | 457f244c824ed86c20532ea3c607a87c9cfacb39 /llvm/lib/CodeGen/Spiller.h | |
parent | 91449224e8f627ad842534b68980b69159593010 (diff) | |
download | bcm5719-llvm-c6e434573cf7fd6355a33a13b4db6aa5f56c4ea5.tar.gz bcm5719-llvm-c6e434573cf7fd6355a33a13b4db6aa5f56c4ea5.zip |
Removed references to LiveStacks from Spiller.* . They're no longer needed.
llvm-svn: 89422
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.h')
-rw-r--r-- | llvm/lib/CodeGen/Spiller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index 7ec8e6d7ffb..c6bd9857dba 100644 --- a/llvm/lib/CodeGen/Spiller.h +++ b/llvm/lib/CodeGen/Spiller.h @@ -41,8 +41,7 @@ namespace llvm { /// Create and return a spiller object, as specified on the command line. Spiller* createSpiller(MachineFunction *mf, LiveIntervals *li, - LiveStacks *ls, const MachineLoopInfo *loopInfo, - VirtRegMap *vrm); + const MachineLoopInfo *loopInfo, VirtRegMap *vrm); } #endif |