diff options
| author | Sean Silva <silvas@purdue.edu> | 2014-04-07 22:29:53 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2014-04-07 22:29:53 +0000 |
| commit | d02bf3e0e57a0e5084f7a3ab95ba4ce1344edebb (patch) | |
| tree | 49b77b58f3e9446dee9455c3f53ac76db044bb3d /llvm/docs/LangRef.rst | |
| parent | 735da8e015fa43cc4e2620705f628a1002ece07a (diff) | |
| download | bcm5719-llvm-d02bf3e0e57a0e5084f7a3ab95ba4ce1344edebb.tar.gz bcm5719-llvm-d02bf3e0e57a0e5084f7a3ab95ba4ce1344edebb.zip | |
[docs] Fix some Sphinx warnings that have crept in.
llvm-svn: 205742
Diffstat (limited to 'llvm/docs/LangRef.rst')
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 91692ad41ed..0654ca62e3d 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -6968,7 +6968,7 @@ cache (e.g. ARM, MIPS), the intrinsic is lowered either to appropiate instructions or a system call, if cache flushing requires special privileges. -The default behavior is to emit a call to ``__clear_cache'' from the run +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 |

