mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
Reword a comment slightly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
deff621abd
commit
b4c14aaa50
@ -510,7 +510,7 @@ void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) {
|
||||
// callee saved registers.
|
||||
if (StackGrowsDown) {
|
||||
for (unsigned i = MinCSFrameIndex; i <= MaxCSFrameIndex; ++i) {
|
||||
// If stack grows down, we need to add size of find the lowest
|
||||
// If the stack grows down, we need to add the size to find the lowest
|
||||
// address of the object.
|
||||
Offset += MFI->getObjectSize(i);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user