From 484577a870562ea16886f582650afcf38026b4cb Mon Sep 17 00:00:00 2001
From: Chris Lattner <sabre@nondot.org>
Date: Thu, 12 Aug 2004 17:58:27 +0000
Subject: Remove dead methods

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15691 91177308-0d34-0410-b5e6-96231b3b80d8
---
 include/llvm/Target/TargetFrameInfo.h | 11 -----------
 1 file changed, 11 deletions(-)

(limited to 'include')

diff --git a/include/llvm/Target/TargetFrameInfo.h b/include/llvm/Target/TargetFrameInfo.h
index 2be5ab4..14a98a0 100644
--- a/include/llvm/Target/TargetFrameInfo.h
+++ b/include/llvm/Target/TargetFrameInfo.h
@@ -95,17 +95,6 @@ public:
                                                  bool& growUp) const;
   virtual int getDynamicAreaOffset              (MachineFunction& mcInfo,
                                                  bool& growUp) const;
-
-  //
-  // These methods specify the base register used for each stack area
-  // (generally FP or SP)
-  // 
-  virtual int getIncomingArgBaseRegNum()               const;
-  virtual int getOutgoingArgBaseRegNum()               const;
-  virtual int getOptionalOutgoingArgBaseRegNum()       const;
-  virtual int getAutomaticVarBaseRegNum()              const;
-  virtual int getRegSpillAreaBaseRegNum()              const;
-  virtual int getDynamicAreaBaseRegNum()               const;
 };
 
 } // End llvm namespace
-- 
cgit v1.1