mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
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:
@@ -90,8 +90,6 @@ public:
|
|||||||
void freezeSpillsArea () { spillsAreaFrozen = true; }
|
void freezeSpillsArea () { spillsAreaFrozen = true; }
|
||||||
void freezeAutomaticVarsArea () { automaticVarsAreaFrozen=true; }
|
void freezeAutomaticVarsArea () { automaticVarsAreaFrozen=true; }
|
||||||
|
|
||||||
int getOffset (const Value* val) const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void incrementAutomaticVarsSize(int incr) {
|
void incrementAutomaticVarsSize(int incr) {
|
||||||
automaticVarsSize+= incr;
|
automaticVarsSize+= incr;
|
||||||
|
@@ -90,8 +90,6 @@ public:
|
|||||||
void freezeSpillsArea () { spillsAreaFrozen = true; }
|
void freezeSpillsArea () { spillsAreaFrozen = true; }
|
||||||
void freezeAutomaticVarsArea () { automaticVarsAreaFrozen=true; }
|
void freezeAutomaticVarsArea () { automaticVarsAreaFrozen=true; }
|
||||||
|
|
||||||
int getOffset (const Value* val) const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void incrementAutomaticVarsSize(int incr) {
|
void incrementAutomaticVarsSize(int incr) {
|
||||||
automaticVarsSize+= incr;
|
automaticVarsSize+= incr;
|
||||||
|
Reference in New Issue
Block a user