mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Get rid of a few dead method declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15323 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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 {
|
|||||||
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,
|
||||||
|
Reference in New Issue
Block a user