Changing a code block to text because Sphinx does not like it on the builder (http...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 31 Aug 2016 13:29:23 +0000 (13:29 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 31 Aug 2016 13:29:23 +0000 (13:29 +0000)
llvm-svn: 280238

llvm/docs/Coroutines.rst

index 1593466..5a95558 100644 (file)
@@ -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)