Skip to content

Commit 48069be

Browse files
committed
Fix comment
1 parent 267c93a commit 48069be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolt/lib/Passes/Inliner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ Inliner::inlineCall(BinaryBasicBlock &CallerBB,
349349
// if the Callee does not end in a tailcall, the return will be removed
350350
// from the inlined block. If that return is RETA(A|B), we have to keep
351351
// the authentication part.
352-
// RETAA -> AUTIASP + RET
353-
// RETAB -> AUTIBSP + RET
352+
// RETAA -> AUTIASP
353+
// RETAB -> AUTIBSP
354354
if (!CSIsTailCall && BC.isAArch64() && BC.MIB->isPAuthAndRet(Inst)) {
355355
MCInst Auth;
356356
BC.MIB->createMatchingAuth(Inst, Auth);

0 commit comments

Comments
 (0)