[llvm] 93eeca3 - LangRef: fix broken link

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 06:00:05 PDT 2024


Author: Hans Wennborg
Date: 2024-04-24T14:59:37+02:00
New Revision: 93eeca331e1304e0a75e606ec5a32e8704432c67

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

LOG: LangRef: fix broken link

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 9592929d79feb4..0e87a8e2ace0e2 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12517,7 +12517,7 @@ This instruction requires several arguments:
       ``llvm::GuaranteedTailCallOpt`` is ``true``, or the calling convention
       is ``tailcc``
    -  `Platform-specific constraints are
-      met. <CodeGenerator.html#tailcallopt>`_
+      met. <CodeGenerator.html#tail-call-optimization>`_
 
 #. The optional ``notail`` marker indicates that the optimizers should not add
    ``tail`` or ``musttail`` markers to the call. It is used to prevent tail


        


More information about the llvm-commits mailing list