[llvm-commits] CVS: llvm/include/llvm/Target/TargetFrameInfo.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 3 11:56:00 PDT 2006
Changes in directory llvm/include/llvm/Target:
TargetFrameInfo.h updated: 1.20 -> 1.21
---
Log message:
remove some more dead sparcv9 support stuff
---
Diffs of the changes: (+0 -25)
TargetFrameInfo.h | 25 -------------------------
1 files changed, 25 deletions(-)
Index: llvm/include/llvm/Target/TargetFrameInfo.h
diff -u llvm/include/llvm/Target/TargetFrameInfo.h:1.20 llvm/include/llvm/Target/TargetFrameInfo.h:1.21
--- llvm/include/llvm/Target/TargetFrameInfo.h:1.20 Sun Apr 24 21:55:55 2005
+++ llvm/include/llvm/Target/TargetFrameInfo.h Thu Aug 3 13:55:44 2006
@@ -75,31 +75,6 @@
NumEntries = 0;
return 0;
}
-
- //===--------------------------------------------------------------------===//
- // These methods provide details of the stack frame used by Sparc, thus they
- // are Sparc specific.
- //===--------------------------------------------------------------------===//
-
- // This method adjusts a stack offset to meet alignment rules of target.
- virtual int adjustAlignment(int unalignedOffset, bool growUp,
- unsigned align) const;
-
- // These methods compute offsets using the frame contents for a particular
- // function. The frame contents are obtained from the MachineFunction object
- // for the given function. The rest must be implemented by the
- // machine-specific subclass.
- //
- virtual int getIncomingArgOffset(MachineFunction& mcInfo,
- unsigned argNum) const;
- virtual int getOutgoingArgOffset(MachineFunction& mcInfo,
- unsigned argNum) const;
- virtual int getFirstAutomaticVarOffset(MachineFunction& mcInfo,
- bool& growUp) const;
- virtual int getRegSpillAreaOffset(MachineFunction& mcInfo,
- bool& growUp) const;
- virtual int getTmpAreaOffset(MachineFunction& mcInfo, bool& growUp) const;
- virtual int getDynamicAreaOffset(MachineFunction& mcInfo, bool& growUp) const;
};
} // End llvm namespace
More information about the llvm-commits
mailing list