diff options
author | Gor Nishanov <GorNishanov@gmail.com> | 2016-08-05 13:17:06 +0000 |
---|---|---|
committer | Gor Nishanov <GorNishanov@gmail.com> | 2016-08-05 13:17:06 +0000 |
commit | 341ecba9e67a5d9ee373c9e506854b2dd8c3b30b (patch) | |
tree | 9c947defd04e173ff64406146cd0134c8c52192b /llvm/docs/Coroutines.rst | |
parent | 7080005e6781f63fe71ac031515c93f942d9c177 (diff) | |
download | bcm5719-llvm-341ecba9e67a5d9ee373c9e506854b2dd8c3b30b.tar.gz bcm5719-llvm-341ecba9e67a5d9ee373c9e506854b2dd8c3b30b.zip |
testing commit access
llvm-svn: 277816
Diffstat (limited to 'llvm/docs/Coroutines.rst')
-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. |