diff options
author | Craig Topper <craig.topper@intel.com> | 2019-02-08 21:09:33 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-02-08 21:09:33 +0000 |
commit | e08e2b6067e23e9689915f778aa2d8c4e6ab7601 (patch) | |
tree | 96e6e9de4fb3920025a74b6b4e3506e241ff7234 | |
parent | 2add627e350161cd84e77fb4717483daf69782e5 (diff) | |
download | bcm5719-llvm-e08e2b6067e23e9689915f778aa2d8c4e6ab7601.tar.gz bcm5719-llvm-e08e2b6067e23e9689915f778aa2d8c4e6ab7601.zip |
[Docs] Use code-block:: text for part of the callbr documentation to attempt to make the bot happy.
llvm-svn: 353567
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index ea941ebdb10..044f3521ce6 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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] |