Edit a comment.
authorBob Wilson <bob.wilson@apple.com>
Wed, 23 Sep 2009 18:53:19 +0000 (18:53 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 23 Sep 2009 18:53:19 +0000 (18:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82641 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PrologEpilogInserter.cpp

index e20cac26acac258d8b4ddce54e0dd0a0e9e70642..226e1ba2833771fe1c694dd6908a96c798111c0b 100644 (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);