[llvm] r257573 - Doc fix: code-quote load / store doc the same way

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 20:52:26 PST 2016


Author: jfb
Date: Tue Jan 12 22:52:26 2016
New Revision: 257573

URL: http://llvm.org/viewvc/llvm-project?rev=257573&view=rev
Log:
Doc fix: code-quote load / store doc the same way

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=257573&r1=257572&r2=257573&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jan 12 22:52:26 2016
@@ -6936,7 +6936,7 @@ name ``<index>`` corresponding to a meta
 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 




More information about the llvm-commits mailing list