[PATCH] D12572: LangRef small fix
Piotr Padlewski via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 13:24:26 PDT 2015
Prazek created this revision.
Prazek added a reviewer: rsmith.
Prazek added a subscriber: llvm-commits.
http://reviews.llvm.org/D12572
Files:
docs/LangRef.rst
Index: docs/LangRef.rst
===================================================================
--- docs/LangRef.rst
+++ docs/LangRef.rst
@@ -6732,7 +6732,7 @@
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12572.33852.patch
Type: text/x-patch
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/c233287b/attachment.bin>
More information about the llvm-commits
mailing list