From 00d91c6cd8ecf8ec4c112bda8df3e57a45f59c33 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 8 Nov 2001 20:55:05 +0000 Subject: [PATCH] Add method decl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1217 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/PhyRegAlloc.h | 4 ++++ lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 79bae3c1a93..3a3d66f16ff 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(); } diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 79bae3c1a93..3a3d66f16ff 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/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(); }