From 655e5a41e1f417f7e151b3b5ee71ff4968312f19 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 31 Aug 2016 13:29:23 +0000 Subject: 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) llvm-svn: 280238 --- llvm/docs/Coroutines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/Coroutines.rst') diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst index 15934665196..5a95558c606 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) -- cgit v1.2.3