Skip to content

Commit a1739d2

Browse files
committed
[JITLink][aarch64] Fix comment for trampoline instruction sequence. NFC.
The comment was from a prototype and doesn't reflect the final instruction sequence.
1 parent ae89be0 commit a1739d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G,
758758
/// AArch64 reentry trampoline.
759759
///
760760
/// Contains the instruction sequence for a trampoline that stores its return
761-
/// address on the stack and passes its own address in x0:
761+
/// address (and stack pointer) on the stack and calls the given reentry symbol:
762762
/// STP x29, x30, [sp, #-16]!
763763
/// BL <reentry-symbol>
764764
extern const char ReentryTrampolineContent[8];

0 commit comments

Comments
 (0)