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

Juneyoung Lee via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 00:19:32 PST 2021


Author: Juneyoung Lee
Date: 2021-03-04T17:19:23+09:00
New Revision: b15ce2f344ac7845729d2be0a8316b20a32c6292

URL: https://github.com/llvm/llvm-project/commit/b15ce2f344ac7845729d2be0a8316b20a32c6292
DIFF: https://github.com/llvm/llvm-project/commit/b15ce2f344ac7845729d2be0a8316b20a32c6292.diff

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

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 35f64bdb3039..fef7a2af8d15 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -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:
 """"""""""


        


More information about the llvm-commits mailing list