diff options
author | Serge Rogatch <srogatch@accesssoftek.com> | 2016-11-24 18:51:47 +0000 |
---|---|---|
committer | Serge Rogatch <srogatch@accesssoftek.com> | 2016-11-24 18:51:47 +0000 |
commit | a331133e6d0815788022cbdeb7c02172e1ca0dda (patch) | |
tree | 92df3de270594901722ef7bbb69734382b6dbd50 /llvm/lib/CodeGen/XRayInstrumentation.cpp | |
parent | 00758090caa892e54e3e595b465e25afdd5e5f78 (diff) | |
download | bcm5719-llvm-a331133e6d0815788022cbdeb7c02172e1ca0dda.tar.gz bcm5719-llvm-a331133e6d0815788022cbdeb7c02172e1ca0dda.zip |
Test commit access.
llvm-svn: 287898
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 1a7455932a4..570b2edc005 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. |