Add method decl
llvm-svn: 1217
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index 79bae3c..3a3d66f 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -110,6 +110,10 @@
void markUnusableSugColors();
void allocateStackSpace4SpilledLRs();
+ void insertCode4SpilledLR (const LiveRange *LR,
+ MachineInstr *MInst,
+ const BasicBlock *BB,
+ const unsigned OpNum);
inline void constructLiveRanges()
{ LRI.constructLiveRanges(); }