diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 12:44:27 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 12:44:27 +0000 |
| commit | b93daec9098c52351bc0984f32416f75d09e4bad (patch) | |
| tree | da873a8e2c6753d2390a1153ed86dcde7949eddd /llvm/docs | |
| parent | eb09a810e6a59c436bef6ac392273b8f764dcd29 (diff) | |
| download | bcm5719-llvm-b93daec9098c52351bc0984f32416f75d09e4bad.tar.gz bcm5719-llvm-b93daec9098c52351bc0984f32416f75d09e4bad.zip | |
fix trivial typos in documents; NFC
llvm-svn: 306975
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/Coroutines.rst | 2 | ||||
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst index f7a38577fe8..1bea04ebdd2 100644 --- a/llvm/docs/Coroutines.rst +++ b/llvm/docs/Coroutines.rst @@ -846,7 +846,7 @@ Overview: """"""""" The '``llvm.coro.alloc``' intrinsic returns `true` if dynamic allocation is -required to obtain a memory for the corutine frame and `false` otherwise. +required to obtain a memory for the coroutine frame and `false` otherwise. Arguments: """""""""" diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 2a0812ab930..df322396702 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -5034,7 +5034,7 @@ which is the string ``llvm.loop.licm_versioning.disable``. For example: Loop distribution allows splitting a loop into multiple loops. Currently, this is only performed if the entire loop cannot be vectorized due to unsafe -memory dependencies. The transformation will atempt to isolate the unsafe +memory dependencies. The transformation will attempt to isolate the unsafe dependencies into their own loop. This metadata can be used to selectively enable or disable distribution of the |

