diff options
author | JF Bastien <jfb@google.com> | 2016-01-13 04:52:26 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2016-01-13 04:52:26 +0000 |
commit | d2d8ffd7582be8454f0719d6640e73461c734811 (patch) | |
tree | b47f4fdf04d58bcf2b026705c0685ca0597c257c | |
parent | 7699494f0847665631cfbf9bae5190ed11e98cf4 (diff) | |
download | bcm5719-llvm-d2d8ffd7582be8454f0719d6640e73461c734811.tar.gz bcm5719-llvm-d2d8ffd7582be8454f0719d6640e73461c734811.zip |
Doc fix: code-quote load / store doc the same way
llvm-svn: 257573
-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 7d3f9648863..5f8a3a5a4a9 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -6936,7 +6936,7 @@ name ``<index>`` corresponding to a metadata node with one ``i32`` entry of value 1. The existence of the ``!nontemporal`` metadata on the instruction tells the optimizer and code generator that this load is not expected to be reused in the cache. The code generator may select special -instructions to save cache bandwidth, such as the MOVNT instruction on +instructions to save cache bandwidth, such as the ``MOVNT`` instruction on x86. The optional ``!invariant.group`` metadata must reference a |