1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[LangRef] remove links to lifetime since use marker intro already has a link

This commit is contained in:
Juneyoung Lee 2021-03-04 17:19:08 +09:00
parent c2621fae37
commit 4267f32aaf

View File

@ -17854,8 +17854,8 @@ Syntax:
Overview:
"""""""""
The '``llvm.lifetime.start``' intrinsic specifies the start of
:ref:`a memory object's lifetime <objectlifetime>`.
The '``llvm.lifetime.start``' intrinsic specifies the start of a memory
object's lifetime.
Arguments:
""""""""""
@ -17900,8 +17900,8 @@ Syntax:
Overview:
"""""""""
The '``llvm.lifetime.end``' intrinsic specifies the end of
:ref:`a memory object's lifetime <objectlifetime>`.
The '``llvm.lifetime.end``' intrinsic specifies the end of a memory object's
lifetime.
Arguments:
""""""""""