[llvm] r287898 - Test commit access.
Serge Rogatch via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 24 10:51:47 PST 2016
Author: rserge
Date: Thu Nov 24 12:51:47 2016
New Revision: 287898
URL: http://llvm.org/viewvc/llvm-project?rev=287898&view=rev
Log:
Test commit access.
Modified:
llvm/trunk/lib/CodeGen/XRayInstrumentation.cpp
Modified: llvm/trunk/lib/CodeGen/XRayInstrumentation.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/XRayInstrumentation.cpp?rev=287898&r1=287897&r2=287898&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/XRayInstrumentation.cpp (original)
+++ llvm/trunk/lib/CodeGen/XRayInstrumentation.cpp Thu Nov 24 12:51:47 2016
@@ -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.
More information about the llvm-commits
mailing list