Switching the highlighting from llvm to none in an attempt to appease the build bot...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 23 Jul 2016 18:53:35 +0000 (18:53 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 23 Jul 2016 18:53:35 +0000 (18:53 +0000)
llvm-svn: 276531

llvm/docs/Coroutines.rst

index 204aabf..6440b8c 100644 (file)
@@ -89,7 +89,7 @@ and 6 after which the coroutine will be destroyed.
 
 The LLVM IR for this coroutine looks like this:
 
-.. code-block:: llvm
+.. code-block:: none
 
   define i8* @f(i32 %n) {
   entry: