From: Aaron Ballman Date: Wed, 31 Aug 2016 13:29:23 +0000 (+0000) Subject: Changing a code block to text because Sphinx does not like it on the builder (http... X-Git-Tag: llvmorg-4.0.0-rc1~11000 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=655e5a41e1f417f7e151b3b5ee71ff4968312f19;p=platform%2Fupstream%2Fllvm.git Changing a code block to text because Sphinx does not like it on the builder (lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12516/steps/docs-llvm-html/logs/stdio) llvm-svn: 280238 --- diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst index 1593466..5a95558 100644 --- a/llvm/docs/Coroutines.rst +++ b/llvm/docs/Coroutines.rst @@ -242,7 +242,7 @@ In the cleanup block, we will make freeing the coroutine frame conditional on `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)