[llvm-commits] CVS: llvm/lib/Target/TargetFrameInfo.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 12 11:37:16 PDT 2004
Changes in directory llvm/lib/Target:
TargetFrameInfo.cpp updated: 1.2 -> 1.3
---
Log message:
Remove dead methods
---
Diffs of the changes: (+0 -18)
Index: llvm/lib/Target/TargetFrameInfo.cpp
diff -u llvm/lib/Target/TargetFrameInfo.cpp:1.2 llvm/lib/Target/TargetFrameInfo.cpp:1.3
--- llvm/lib/Target/TargetFrameInfo.cpp:1.2 Thu Aug 12 12:58:16 2004
+++ llvm/lib/Target/TargetFrameInfo.cpp Thu Aug 12 13:37:04 2004
@@ -21,12 +21,6 @@
// are Sparc specific.
//===--------------------------------------------------------------------===//
-int TargetFrameInfo::getStackFrameSizeAlignment() const { abort(); }
-int TargetFrameInfo::getMinStackFrameSize() const { abort(); }
-int TargetFrameInfo::getNumFixedOutgoingArgs() const { abort(); }
-int TargetFrameInfo::getSizeOfEachArgOnStack() const { abort(); }
-bool TargetFrameInfo::argsOnStackHaveFixedSize() const { abort(); }
-
// This method adjusts a stack offset to meet alignment rules of target.
int
TargetFrameInfo::adjustAlignment(int unalignedOffset, bool growUp,
@@ -46,18 +40,6 @@
unsigned argNum) const { abort(); }
int
-TargetFrameInfo::getFirstIncomingArgOffset(MachineFunction& mcInfo,
- bool& growUp) const { abort(); }
-
-int
-TargetFrameInfo::getFirstOutgoingArgOffset(MachineFunction& mcInfo,
- bool& growUp) const { abort(); }
-
-int
-TargetFrameInfo::getFirstOptionalOutgoingArgOffset(MachineFunction&,
- bool& growUp) const { abort(); }
-
-int
TargetFrameInfo::getFirstAutomaticVarOffset(MachineFunction& mcInfo,
bool& growUp) const { abort(); }
More information about the llvm-commits
mailing list