From a331133e6d0815788022cbdeb7c02172e1ca0dda Mon Sep 17 00:00:00 2001 From: Serge Rogatch Date: Thu, 24 Nov 2016 18:51:47 +0000 Subject: Test commit access. llvm-svn: 287898 --- llvm/lib/CodeGen/XRayInstrumentation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/XRayInstrumentation.cpp') 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. -- cgit v1.2.3