From ef5c24c35887ae661d56d704e39791707498116c Mon Sep 17 00:00:00 2001 From: Serge Rogatch Date: Thu, 24 Nov 2016 18:51:47 +0000 Subject: [PATCH] Test commit access. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287898 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/XRayInstrumentation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/XRayInstrumentation.cpp b/lib/CodeGen/XRayInstrumentation.cpp index 1a7455932a4..570b2edc005 100644 --- a/lib/CodeGen/XRayInstrumentation.cpp +++ b/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. -- 2.50.1