diff options
Diffstat (limited to 'llvm/docs/XRayFDRFormat.rst')
-rw-r--r-- | llvm/docs/XRayFDRFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/XRayFDRFormat.rst b/llvm/docs/XRayFDRFormat.rst index 8a4088a2014..f7942bc212d 100644 --- a/llvm/docs/XRayFDRFormat.rst +++ b/llvm/docs/XRayFDRFormat.rst @@ -165,7 +165,7 @@ Function action types are as follows. +---------------+--------------+-----------------------------------------------+ | Exit | ``1`` | Typical function exit. | +---------------+--------------+-----------------------------------------------+ -| Tail_Exit | ``2`` | An exit from a function due to Tail call | +| Tail_Exit | ``2`` | An exit from a function due to tail call | | | | optimization. | +---------------+--------------+-----------------------------------------------+ | Entry_Args | ``3`` | A function entry that records arguments. | |