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 /include/llvm/CodeGen/MachineFunctionInfo.h | |
parent | e29ac166fad42e361d8391af6b98ed870e26f6f1 (diff) |
Remove a horrible API
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunctionInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunctionInfo.h | 2 |
1 files changed, 0 insertions, 2 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; |