[llvm-commits] CVS: llvm/lib/Target/MRegisterInfo.cpp

Jim Laskey jlaskey at apple.com
Mon Apr 10 16:09:33 PDT 2006



Changes in directory llvm/lib/Target:

MRegisterInfo.cpp updated: 1.14 -> 1.15
---
Log message:

Use existing information.


---
Diffs of the changes:  (+0 -7)

 MRegisterInfo.cpp |    7 -------
 1 files changed, 7 deletions(-)


Index: llvm/lib/Target/MRegisterInfo.cpp
diff -u llvm/lib/Target/MRegisterInfo.cpp:1.14 llvm/lib/Target/MRegisterInfo.cpp:1.15
--- llvm/lib/Target/MRegisterInfo.cpp:1.14	Fri Apr  7 11:34:45 2006
+++ llvm/lib/Target/MRegisterInfo.cpp	Mon Apr 10 18:09:19 2006
@@ -44,13 +44,6 @@
   return Allocatable;
 }
 
-/// 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.
-int MRegisterInfo::getStackDirection() const {
-  return -sizeof(int32_t);
-}
-
 /// 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