From 6e727551b9db76dd209a34e312dd44faae3843b6 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 4 Aug 2020 16:12:50 +0100 Subject: [PATCH] Fix sphinx indentation warning to stop newline in byref section html output. --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.7.4