[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h
Jim Laskey
jlaskey at apple.com
Mon Apr 10 16:09:33 PDT 2006
Changes in directory llvm/include/llvm/Target:
MRegisterInfo.h updated: 1.74 -> 1.75
---
Log message:
Use existing information.
---
Diffs of the changes: (+0 -5)
MRegisterInfo.h | 5 -----
1 files changed, 5 deletions(-)
Index: llvm/include/llvm/Target/MRegisterInfo.h
diff -u llvm/include/llvm/Target/MRegisterInfo.h:1.74 llvm/include/llvm/Target/MRegisterInfo.h:1.75
--- llvm/include/llvm/Target/MRegisterInfo.h:1.74 Fri Apr 7 11:34:45 2006
+++ llvm/include/llvm/Target/MRegisterInfo.h Mon Apr 10 18:09:19 2006
@@ -359,11 +359,6 @@
/// address can be found.
virtual unsigned getRARegister() const = 0;
- /// getStackDirection - This method should return the factor by which stacks
- /// grow. The tyical value is -4 which is the grows negatively in 4 byte
- /// increments.
- virtual int getStackDirection() const;
-
/// getLocation - This method should return the actual location of a frame
/// variable given the frame index. The location is returned in ML.
/// Subclasses should override this method for special handling of frame
More information about the llvm-commits
mailing list