mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
Fix a comment typo and some whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -570,7 +570,7 @@ void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) {
|
|||||||
|
|
||||||
// Round up the size to a multiple of the alignment, but only if there are
|
// Round up the size to a multiple of the alignment, but only if there are
|
||||||
// calls or alloca's in the function. This ensures that any calls to
|
// calls or alloca's in the function. This ensures that any calls to
|
||||||
// subroutines have their stack frames suitable aligned.
|
// subroutines have their stack frames suitably aligned.
|
||||||
// Also do this if we need runtime alignment of the stack. In this case
|
// Also do this if we need runtime alignment of the stack. In this case
|
||||||
// offsets will be relative to SP not FP; round up the stack size so this
|
// offsets will be relative to SP not FP; round up the stack size so this
|
||||||
// works.
|
// works.
|
||||||
|
Reference in New Issue
Block a user