diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-12-01 11:07:05 +0000 | 
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-12-01 11:07:05 +0000 | 
| commit | 06f9d4012fb8acea3e9861d5722b5965dbb724d9 (patch) | |
| tree | ffe0478472eaa0686f11cb02c6df7d257b8719b0 /lib/CodeGen/Spiller.h | |
| parent | 76e2e0ebfdd3d91b07a75822865ea3e9121a99ce (diff) | |
Notes
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 7ec8e6d7ffb5..c6bd9857dbaf 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  | 
