[llvm] e0f5307 - Fix indentation in LangRef.rst
Jessica Paquette via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 22 11:45:10 PST 2022
Author: Jessica Paquette
Date: 2022-12-22T11:44:46-08:00
New Revision: e0f5307f638269af4c9d67c2fb082f541402452d
URL: https://github.com/llvm/llvm-project/commit/e0f5307f638269af4c9d67c2fb082f541402452d
DIFF: https://github.com/llvm/llvm-project/commit/e0f5307f638269af4c9d67c2fb082f541402452d.diff
LOG: Fix indentation in LangRef.rst
Sphinx build was broken.
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index e102e8e773f4..82f23a45e9f4 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2232,7 +2232,7 @@ example:
unbounded. If the optional max value is omitted then max is set to the
value of min. If the attribute is not present, no assumptions are made
about the range of vscale.
- ``"nooutline"``
+``"nooutline"``
This attribute indicates that outlining passes should not modify the
function.
More information about the llvm-commits
mailing list