From 6800f92507df0550829c78ced910bf3b85b846cd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 20 Dec 2003 09:15:01 +0000 Subject: [PATCH] Remove a horrible API llvm-svn: 10551 --- llvm/include/llvm/CodeGen/MachineFunctionInfo.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/include/llvm/CodeGen/MachineFunctionInfo.h b/llvm/include/llvm/CodeGen/MachineFunctionInfo.h index fdf135b16bb0..1d3c668a6cae 100644 --- a/llvm/include/llvm/CodeGen/MachineFunctionInfo.h +++ b/llvm/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; -- GitLab