aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-08 20:55:05 +0000
committerChris Lattner <sabre@nondot.org>2001-11-08 20:55:05 +0000
commit00d91c6cd8ecf8ec4c112bda8df3e57a45f59c33 (patch)
treef41bd3b1f09b87a86b13cab078050bf89f995302 /lib/CodeGen
parentb08d519a541920854c944ed45a67629f38573118 (diff)
Add method decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index 79bae3c1a9..3a3d66f16f 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -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(); }