[llvm] r246705 - Small docs fix

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 13:33:16 PDT 2015


Author: prazek
Date: Wed Sep  2 15:33:16 2015
New Revision: 246705

URL: http://llvm.org/viewvc/llvm-project?rev=246705&view=rev
Log:
Small docs fix

http://reviews.llvm.org/D12572

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=246705&r1=246704&r2=246705&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Sep  2 15:33:16 2015
@@ -6732,7 +6732,7 @@ The optional ``!nonnull`` metadata must
 metadata name ``<index>`` corresponding to a metadata node with no
 entries. The existence of the ``!nonnull`` metadata on the
 instruction tells the optimizer that the value loaded is known to
-never be null. This is analogous to the ''nonnull'' attribute
+never be null. This is analogous to the ``nonnull`` attribute
 on parameters and return values. This metadata can only be applied
 to loads of a pointer type.
 




More information about the llvm-commits mailing list