diff options
-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 30be4e7fcc4..a54c18a3537 100644 --- a/llvm/docs/Coroutines.rst +++ b/llvm/docs/Coroutines.rst @@ -1178,7 +1178,7 @@ Upstreaming sequence (rough plan) ================================= #. Add documentation. #. Add coroutine intrinsics. -#. Add empty coroutine passes. <= we are here +#. Add empty coroutine passes. <== we are here #. Add coroutine devirtualization + tests. #. Add CGSCC restart trigger + tests. #. Add coroutine heap elision + tests. |