summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/XRayInstrumentation.cpp
diff options
context:
space:
mode:
authorSerge Rogatch <srogatch@accesssoftek.com>2016-11-24 18:51:47 +0000
committerSerge Rogatch <srogatch@accesssoftek.com>2016-11-24 18:51:47 +0000
commita331133e6d0815788022cbdeb7c02172e1ca0dda (patch)
tree92df3de270594901722ef7bbb69734382b6dbd50 /llvm/lib/CodeGen/XRayInstrumentation.cpp
parent00758090caa892e54e3e595b465e25afdd5e5f78 (diff)
downloadbcm5719-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.cpp1
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.
OpenPOWER on IntegriCloud