We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267c93a commit 48069beCopy full SHA for 48069be
bolt/lib/Passes/Inliner.cpp
@@ -349,8 +349,8 @@ Inliner::inlineCall(BinaryBasicBlock &CallerBB,
349
// if the Callee does not end in a tailcall, the return will be removed
350
// from the inlined block. If that return is RETA(A|B), we have to keep
351
// the authentication part.
352
- // RETAA -> AUTIASP + RET
353
- // RETAB -> AUTIBSP + RET
+ // RETAA -> AUTIASP
+ // RETAB -> AUTIBSP
354
if (!CSIsTailCall && BC.isAArch64() && BC.MIB->isPAuthAndRet(Inst)) {
355
MCInst Auth;
356
BC.MIB->createMatchingAuth(Inst, Auth);
0 commit comments