Skip to content
Snippets Groups Projects
Commit 690bdefb authored by Brian Gaeke's avatar Brian Gaeke
Browse files

Get rid of a few dead method declarations.

llvm-svn: 15323
parent d7b36632
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,6 @@ class LiveRangeInfo { ...@@ -63,7 +63,6 @@ class LiveRangeInfo {
std::vector<MachineInstr*> CallRetInstrList; // a list of all call/ret instrs std::vector<MachineInstr*> CallRetInstrList; // a list of all call/ret instrs
//------------ Private methods (see LiveRangeInfo.cpp for description)------- //------------ Private methods (see LiveRangeInfo.cpp for description)-------
LiveRange* createNewLiveRange (const Value* Def, LiveRange* createNewLiveRange (const Value* Def,
...@@ -75,13 +74,7 @@ class LiveRangeInfo { ...@@ -75,13 +74,7 @@ class LiveRangeInfo {
void unionAndUpdateLRs (LiveRange *L1, void unionAndUpdateLRs (LiveRange *L1,
LiveRange *L2); LiveRange *L2);
void addInterference (const Instruction *Inst,
const ValueSet *LVSet);
void suggestRegs4CallRets (); void suggestRegs4CallRets ();
const Function *getMethod () const { return Meth; }
public: public:
LiveRangeInfo(const Function *F, LiveRangeInfo(const Function *F,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment