diff options
Diffstat (limited to 'llvm/lib/CodeGen/XRayInstrumentation.cpp')
-rw-r--r-- | llvm/lib/CodeGen/XRayInstrumentation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/XRayInstrumentation.cpp b/llvm/lib/CodeGen/XRayInstrumentation.cpp index 1a74559..570b2ed 100644 --- a/llvm/lib/CodeGen/XRayInstrumentation.cpp +++ b/llvm/lib/CodeGen/XRayInstrumentation.cpp @@ -44,6 +44,7 @@ private: // like x86/x86_64. void replaceRetWithPatchableRet(MachineFunction &MF, const TargetInstrInfo *TII); + // Prepend the original return instruction with the exit sled code ("patchable // function exit" pseudo-instruction), preserving the original return // instruction just after the exit sled code. |