From 570a51e9e7357c62486027d58fda22cd0b208ca6 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Sat, 23 Jul 2016 18:53:35 +0000 Subject: [PATCH] Switching the highlighting from llvm to none in an attempt to appease the build bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11984/steps/docs-llvm-html/logs/stdio). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276531 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Coroutines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Coroutines.rst b/docs/Coroutines.rst index 204aabfcc4a..6440b8cfb6c 100644 --- a/docs/Coroutines.rst +++ b/docs/Coroutines.rst @@ -89,7 +89,7 @@ and 6 after which the coroutine will be destroyed. The LLVM IR for this coroutine looks like this: -.. code-block:: llvm +.. code-block:: none define i8* @f(i32 %n) { entry: