Skip to content

Commit 50c09b3

Browse files
Adjust comment wording.
1 parent 3b550b9 commit 50c09b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AArch64/AArch64PrologueEpilogue.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ bool AArch64PrologueEpilogueCommon::shouldCombineCSRLocalStackBump(
332332
// decrement with.
333333
//
334334
// Note that for certain paired saves, like "x19, lr", we can't actually
335-
// combine the save, but packed unwind still expects a separate stack bump.
335+
// emit an predecrement stp, but packed unwind still expects a separate stack
336+
// adjustment.
336337
//
337338
// This is potentially marginally slower, but allows using the packed
338339
// unwind format for functions that both have a local area and callee saved

0 commit comments

Comments
 (0)