[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jul 28 23:43:20 PDT 2004



Changes in directory llvm/lib/Target/SparcV9/RegAlloc:

LiveRangeInfo.h updated: 1.24 -> 1.25

---
Log message:

Get rid of a few dead method declarations.


---
Diffs of the changes:  (+0 -7)

Index: llvm/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
diff -u llvm/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h:1.24 llvm/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h:1.25
--- llvm/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h:1.24	Wed Jun  2 21:45:09 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h	Thu Jul 29 01:43:10 2004
@@ -63,7 +63,6 @@
 
   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 @@
   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, 





More information about the llvm-commits mailing list