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 | 8783e401a3ad187dcd0f306153f9339f7270621d (patch) | |
tree | 0f802bd177e5c0328dee84cf8c010588513fed3e /lib/CodeGen/Spiller.h | |
parent | 76c638a14c1e2927e5e20040b347bc3d7ae8fb82 (diff) | |
download | external_llvm-8783e401a3ad187dcd0f306153f9339f7270621d.zip external_llvm-8783e401a3ad187dcd0f306153f9339f7270621d.tar.gz external_llvm-8783e401a3ad187dcd0f306153f9339f7270621d.tar.bz2 |
Removed references to LiveStacks from Spiller.* . They're no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Spiller.h')
-rw-r--r-- | lib/CodeGen/Spiller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h index 7ec8e6d..c6bd985 100644 --- a/lib/CodeGen/Spiller.h +++ b/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 |