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 cc60644 commit 5d15b98Copy full SHA for 5d15b98
llvm/lib/CodeGen/XRayInstrumentation.cpp
@@ -298,7 +298,7 @@ bool XRayInstrumentation::run(MachineFunction &MF) {
298
InstrumentationOptions op;
299
// AArch64 and RISC-V support patching tail calls.
300
op.HandleTailcall = MF.getTarget().getTargetTriple().isAArch64() ||
301
- MF.getTarget().getTargetTriple().isRISCV() ;
+ MF.getTarget().getTargetTriple().isRISCV();
302
op.HandleAllReturns = true;
303
prependRetWithPatchableExit(MF, TII, op);
304
break;
0 commit comments