[llvm] r280238 - Changing a code block to text because Sphinx does not like it on the builder (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12516/steps/docs-llvm-html/logs/stdio)
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 06:29:23 PDT 2016
Author: aaronballman
Date: Wed Aug 31 08:29:23 2016
New Revision: 280238
URL: http://llvm.org/viewvc/llvm-project?rev=280238&view=rev
Log:
Changing a code block to text because Sphinx does not like it on the builder (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12516/steps/docs-llvm-html/logs/stdio)
Modified:
llvm/trunk/docs/Coroutines.rst
Modified: llvm/trunk/docs/Coroutines.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Coroutines.rst?rev=280238&r1=280237&r2=280238&view=diff
==============================================================================
--- llvm/trunk/docs/Coroutines.rst (original)
+++ llvm/trunk/docs/Coroutines.rst Wed Aug 31 08:29:23 2016
@@ -242,7 +242,7 @@ In the cleanup block, we will make freei
`coro.free`_ intrinsic. If allocation is elided, `coro.free`_ returns `null`
thus skipping the deallocation code:
-.. code-block:: llvm
+.. code-block:: text
cleanup:
%mem = call i8* @llvm.coro.free(token %id, i8* %hdl)
More information about the llvm-commits
mailing list