diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-20 09:15:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-20 09:15:01 +0000 |
commit | 61838824c2d1e594be0f3a027c57cd931dc642da (patch) | |
tree | cb23fbd706bbc08703c56ff7d3e90d17a7762aff | |
parent | e29ac166fad42e361d8391af6b98ed870e26f6f1 (diff) |
Remove a horrible API
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10551 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/MachineFunctionInfo.h | 2 | ||||
-rw-r--r-- | lib/Target/SparcV9/MachineFunctionInfo.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineFunctionInfo.h b/include/llvm/CodeGen/MachineFunctionInfo.h index fdf135b16b..1d3c668a6c 100644 --- a/include/llvm/CodeGen/MachineFunctionInfo.h +++ b/include/llvm/CodeGen/MachineFunctionInfo.h @@ -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; diff --git a/lib/Target/SparcV9/MachineFunctionInfo.h b/lib/Target/SparcV9/MachineFunctionInfo.h index fdf135b16b..1d3c668a6c 100644 --- a/lib/Target/SparcV9/MachineFunctionInfo.h +++ b/lib/Target/SparcV9/MachineFunctionInfo.h @@ -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; |