]> granicus.if.org Git - llvm/commitdiff
Test commit access.
authorSerge Rogatch <srogatch@accesssoftek.com>
Thu, 24 Nov 2016 18:51:47 +0000 (18:51 +0000)
committerSerge Rogatch <srogatch@accesssoftek.com>
Thu, 24 Nov 2016 18:51:47 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287898 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/XRayInstrumentation.cpp

index 1a7455932a4f28944fed965e752485d0a92ffc15..570b2edc0053296e2992682e87177e549317d85a 100644 (file)
@@ -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.