Get rid of a few dead method declarations.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 29 Jul 2004 06:43:10 +0000 (06:43 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 29 Jul 2004 06:43:10 +0000 (06:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15323 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h

index c6accdbef8d5e3383473ecfcc7db4245cdf68c36..89a169ea933ad1361b129943e80124cf0c2bc74e 100644 (file)
@@ -63,7 +63,6 @@ class LiveRangeInfo {
 
   std::vector<MachineInstr*> CallRetInstrList;  // a list of all call/ret instrs
 
-
   //------------ Private methods (see LiveRangeInfo.cpp for description)-------
 
   LiveRange* createNewLiveRange         (const Value* Def,
@@ -75,13 +74,7 @@ class LiveRangeInfo {
   void unionAndUpdateLRs                (LiveRange *L1,
                                          LiveRange *L2);
 
-  void addInterference                  (const Instruction *Inst,
-                                         const ValueSet *LVSet);
-  
   void suggestRegs4CallRets             ();
-
-  const Function *getMethod             () const { return Meth; }
-
 public:
   
   LiveRangeInfo(const Function *F,