From 5511feb5dbe8f56fb76c626cd9f3c286ab9ff147 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 8 Feb 2019 21:09:33 +0000 Subject: [PATCH] [Docs] Use code-block:: text for part of the callbr documentation to attempt to make the bot happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353567 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index ea941ebdb10..044f3521ce6 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -6912,7 +6912,7 @@ assembly to jump to. Example: """""""" -.. code-block:: llvm +.. code-block:: text callbr void asm "", "r,x"(i32 %x, i8 *blockaddress(@foo, %fail)) to label %normal or jump [label %fail] -- 2.50.1