RegisterPressure: There is no need to make discoverLive{In|Out} public

llvm-svn: 254369
This commit is contained in:
Matthias Braun 2015-12-01 04:19:58 +00:00
parent f9f8b92d93
commit 7699ed7814
1 changed files with 3 additions and 3 deletions

View File

@ -365,9 +365,6 @@ public:
return CurrSetPressure;
}
void discoverLiveOut(unsigned Reg);
void discoverLiveIn(unsigned Reg);
bool isTopClosed() const;
bool isBottomClosed() const;
@ -442,6 +439,9 @@ public:
void dump() const;
protected:
void discoverLiveOut(unsigned Reg);
void discoverLiveIn(unsigned Reg);
const LiveRange *getLiveRange(unsigned Reg) const;
void increaseRegPressure(ArrayRef<unsigned> Regs);