Edit a comment.

llvm-svn: 82641
This commit is contained in:
Bob Wilson 2009-09-23 18:53:19 +00:00
parent add586526e
commit c2c86cede6
1 changed files with 1 additions and 2 deletions

View File

@ -433,8 +433,7 @@ static inline void
AdjustStackOffset(MachineFrameInfo *FFI, int FrameIdx,
bool StackGrowsDown, int64_t &Offset,
unsigned &MaxAlign) {
// If stack grows down, we need to add size of find the lowest address of the
// object.
// If the stack grows down, add the object size to find the lowest address.
if (StackGrowsDown)
Offset += FFI->getObjectSize(FrameIdx);