Remove dead methods

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-08-12 18:37:15 +00:00
parent 9d9d84b3e3
commit 28690ea285
4 changed files with 7 additions and 76 deletions

View File

@@ -18,12 +18,6 @@
using namespace llvm;
int
SparcV9FrameInfo::getFirstAutomaticVarOffset(MachineFunction&, bool& pos) const {
pos = false; // static stack area grows downwards
return StaticAreaOffsetFromFP;
}
int
SparcV9FrameInfo::getRegSpillAreaOffset(MachineFunction& mcInfo, bool& pos) const
{