diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-04-10 23:09:19 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-04-10 23:09:19 +0000 |
commit | 1069fbdd2fc637321ca69f501b8af4f321aeb9f7 (patch) | |
tree | 6e62b440d55e73b3524a21f640a73b2b9e43220e /include | |
parent | 389a6f58f7d07930eaf4865b17a0682b0ee4c488 (diff) | |
download | external_llvm-1069fbdd2fc637321ca69f501b8af4f321aeb9f7.zip external_llvm-1069fbdd2fc637321ca69f501b8af4f321aeb9f7.tar.gz external_llvm-1069fbdd2fc637321ca69f501b8af4f321aeb9f7.tar.bz2 |
Use existing information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/MRegisterInfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 00d9d6b..064a1b5 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -359,11 +359,6 @@ public: /// 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 |