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 14:37:20 +0000 (14:37 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 31 Aug 2016 14:37:20 +0000 (14:37 +0000)
llvm-svn: 280247

llvm/docs/Coroutines.rst

index 5a95558..0e7cde7 100644 (file)
@@ -812,7 +812,7 @@ pointer that was returned by prior `coro.begin` call.
 Example (custom deallocation function):
 """""""""""""""""""""""""""""""""""""""
 
-.. code-block:: llvm
+.. code-block:: text
 
   cleanup:
     %mem = call i8* @llvm.coro.free(token %id, i8* %frame)
@@ -827,7 +827,7 @@ Example (custom deallocation function):
 Example (standard deallocation functions):
 """"""""""""""""""""""""""""""""""""""""""
 
-.. code-block:: llvm
+.. code-block:: text
 
   cleanup:
     %mem = call i8* @llvm.coro.free(token %id, i8* %frame)