Doc fix: code-quote load / store doc the same way
[oota-llvm.git] / docs / LangRef.rst
index 7d3f9648863ae61d2bb60d0d0426e371df78c3d4..5f8a3a5a4a9874f99b190283814d1cdb7860a98c 100644 (file)
@@ -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
 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 
 x86.
 
 The optional ``!invariant.group`` metadata must reference a