mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Edit a comment.
llvm-svn: 82641
This commit is contained in:
parent
18dae0848f
commit
e92f61e68b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user