From 0c04d019f0a601cad2acab8d4d53704ec773fcd3 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Tue, 3 Mar 2026 15:35:14 -0800 Subject: [PATCH] [NFC] [Doc] Fix text codeblock being declared llvm (#184461) --- 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 4c414d33c7d9..8764ed51f848 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -2397,7 +2397,7 @@ For example: occurs inside a cycle in the dynamic call graph. For example: -.. code-block:: llvm +.. code-block:: text fn -> other_fn -> fn ; fn is not norecurse other_fn -> fn -> other_fn ; fn is not norecurse