diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2016-07-23 18:53:35 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2016-07-23 18:53:35 +0000 |
commit | 378ac7ef542870da87a6e82cb02ca85cd7242384 (patch) | |
tree | 0c9f66a4148161db178d3a659fc6e1a53313825b /llvm/docs/Coroutines.rst | |
parent | f733993300f5bf470053d0b26f328fa9f801af7e (diff) | |
download | bcm5719-llvm-378ac7ef542870da87a6e82cb02ca85cd7242384.tar.gz bcm5719-llvm-378ac7ef542870da87a6e82cb02ca85cd7242384.zip |
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).
llvm-svn: 276531
Diffstat (limited to 'llvm/docs/Coroutines.rst')
-rw-r--r-- | llvm/docs/Coroutines.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst index 204aabfcc4a..6440b8cfb6c 100644 --- a/llvm/docs/Coroutines.rst +++ b/llvm/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: |