Add method decl

llvm-svn: 1217
This commit is contained in:
Chris Lattner 2001-11-08 20:55:05 +00:00
parent 2a4e3cfab7
commit 2b48b9694c
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ class PhyRegAlloc: public NonCopyable
void markUnusableSugColors();
void allocateStackSpace4SpilledLRs();
void insertCode4SpilledLR (const LiveRange *LR,
MachineInstr *MInst,
const BasicBlock *BB,
const unsigned OpNum);
inline void constructLiveRanges()
{ LRI.constructLiveRanges(); }