From: JF Bastien Date: Wed, 13 Jan 2016 04:52:26 +0000 (+0000) Subject: Doc fix: code-quote load / store doc the same way X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8d4101c8c9aa79c0dbdad555d8122040b02042df;p=oota-llvm.git Doc fix: code-quote load / store doc the same way git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257573 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 7d3f9648863..5f8a3a5a4a9 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -6936,7 +6936,7 @@ name ```` 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