1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

fix trivial typos in documents; NFC

llvm-svn: 306975
This commit is contained in:
Hiroshi Inoue 2017-07-02 12:44:27 +00:00
parent a4b4f49006
commit 1032df3c54
2 changed files with 2 additions and 2 deletions

View File

@ -846,7 +846,7 @@ Overview:
""""""""" """""""""
The '``llvm.coro.alloc``' intrinsic returns `true` if dynamic allocation is 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: Arguments:
"""""""""" """"""""""

View File

@ -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, Loop distribution allows splitting a loop into multiple loops. Currently,
this is only performed if the entire loop cannot be vectorized due to unsafe 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. dependencies into their own loop.
This metadata can be used to selectively enable or disable distribution of the This metadata can be used to selectively enable or disable distribution of the