diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/Coroutines.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst index 204aabfcc4a..6440b8cfb6c 100644 --- a/llvm/docs/Coroutines.rst +++ b/llvm/docs/Coroutines.rst @@ -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: |

