[llvm] a7244c5 - docs: fix warning in LangRef parsing
Nuno Lopes via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 02:45:49 PST 2019
Author: Nuno Lopes
Date: 2019-11-11T10:45:42Z
New Revision: a7244c56bdd058a41ff9f19dc2da8e3fb9adeb7f
URL: https://github.com/llvm/llvm-project/commit/a7244c56bdd058a41ff9f19dc2da8e3fb9adeb7f
DIFF: https://github.com/llvm/llvm-project/commit/a7244c56bdd058a41ff9f19dc2da8e3fb9adeb7f.diff
LOG: docs: fix warning in LangRef parsing
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 098e44856291..4761376eed03 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -10240,7 +10240,7 @@ non-dereferenceable pointer. See the
Example:
""""""""
-.. code-block:: llvm
+.. code-block:: text
%w = i32 undef
%x = freeze i32 %w
More information about the llvm-commits
mailing list