Add method decl
authorChris Lattner <sabre@nondot.org>
Thu, 8 Nov 2001 20:55:05 +0000 (20:55 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Nov 2001 20:55:05 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1217 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index 79bae3c1a93ef51f7f2c871b9b4d591312dff0a9..3a3d66f16ffed171d0dd99339288efbeaa5f6d9d 100644 (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(); }      
index 79bae3c1a93ef51f7f2c871b9b4d591312dff0a9..3a3d66f16ffed171d0dd99339288efbeaa5f6d9d 100644 (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(); }