From 61838824c2d1e594be0f3a027c57cd931dc642da Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 20 Dec 2003 09:15:01 +0000 Subject: Remove a horrible API git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10551 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineFunctionInfo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm/CodeGen/MachineFunctionInfo.h') 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; -- cgit v1.2.3