Remove a horrible API

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-12-20 09:15:01 +00:00
parent e29ac166fa
commit 61838824c2
2 changed files with 0 additions and 4 deletions

View File

@ -90,8 +90,6 @@ public:
void freezeSpillsArea () { spillsAreaFrozen = true; }
void freezeAutomaticVarsArea () { automaticVarsAreaFrozen=true; }
int getOffset (const Value* val) const;
private:
void incrementAutomaticVarsSize(int incr) {
automaticVarsSize+= incr;

View File

@ -90,8 +90,6 @@ public:
void freezeSpillsArea () { spillsAreaFrozen = true; }
void freezeAutomaticVarsArea () { automaticVarsAreaFrozen=true; }
int getOffset (const Value* val) const;
private:
void incrementAutomaticVarsSize(int incr) {
automaticVarsSize+= incr;