diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-09-13 14:58:24 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-09-13 14:58:24 +0000 |
| commit | bb69208df851f94bdd51c4f14b1cf54be3ada599 (patch) | |
| tree | 0a9eec80f0558bcd68e57af91db6711f3ced9a1a /llvm/docs/LangRef.rst | |
| parent | 6d186504216446a1620628057c10bddb9b0b9085 (diff) | |
| download | bcm5719-llvm-bb69208df851f94bdd51c4f14b1cf54be3ada599.tar.gz bcm5719-llvm-bb69208df851f94bdd51c4f14b1cf54be3ada599.zip | |
Fix a few spellos in docs.
(Trying to debug an incremental build thing on a bot...)
llvm-svn: 371860
Diffstat (limited to 'llvm/docs/LangRef.rst')
| -rw-r--r-- | llvm/docs/LangRef.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 5fbeb5f21fc..03b017c94b5 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -3521,7 +3521,7 @@ resulting assembly string is parsed by LLVM's integrated assembler unless it is disabled -- even when emitting a ``.s`` file -- and thus must contain assembly syntax known to LLVM. -LLVM also supports a few more substitions useful for writing inline assembly: +LLVM also supports a few more substitutions useful for writing inline assembly: - ``${:uid}``: Expands to a decimal integer unique to this inline assembly blob. This substitution is useful when declaring a local label. Many standard @@ -6518,7 +6518,7 @@ Where each VFuncId has the format: vFuncId: (TypeIdRef, offset: 16) Where each ``TypeIdRef`` refers to a :ref:`type id<typeid_summary>` -by summary id or ``GUID`` preceeded by a ``guid:`` tag. +by summary id or ``GUID`` preceded by a ``guid:`` tag. TypeCheckedLoadVCalls """"""""""""""""""""" @@ -11364,7 +11364,7 @@ privileges. The default behavior is to emit a call to ``__clear_cache`` from the run time library. -This instrinsic does *not* empty the instruction pipeline. Modifications +This intrinsic does *not* empty the instruction pipeline. Modifications of the current function are outside the scope of the intrinsic. '``llvm.instrprof.increment``' Intrinsic @@ -11439,7 +11439,7 @@ The last argument specifies the value of the increment of the counter variable. Semantics: """""""""" -See description of '``llvm.instrprof.increment``' instrinsic. +See description of '``llvm.instrprof.increment``' intrinsic. '``llvm.instrprof.value.profile``' Intrinsic |

