From 636a3a95259cc20715fb53625530b9eba6e9442a Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 29 Jul 2004 06:43:10 +0000 Subject: [PATCH] Get rid of a few dead method declarations. llvm-svn: 15323 --- lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h index c6accdbef8d..89a169ea933 100644 --- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h +++ b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h @@ -63,7 +63,6 @@ class LiveRangeInfo { std::vector 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,