From: Simon Pilgrim Date: Tue, 4 Aug 2020 15:12:50 +0000 (+0100) Subject: Fix sphinx indentation warning to stop newline in byref section html output. X-Git-Tag: llvmorg-13-init~15861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e727551b9db76dd209a34e312dd44faae3843b6;p=platform%2Fupstream%2Fllvm.git Fix sphinx indentation warning to stop newline in byref section html output. --- diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index af93a6e..4624e80 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -1087,7 +1087,7 @@ Currently, only the following parameter attributes are defined: ``byval``. If the alignment is not specified, then the code generator makes a target-specific assumption. - This is intended for representing ABI constraints, and is not + This is intended for representing ABI constraints, and is not intended to be inferred for optimization use. .. _attr_preallocated: