1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Small docs fix

http://reviews.llvm.org/D12572

llvm-svn: 246705
This commit is contained in:
Piotr Padlewski 2015-09-02 20:33:16 +00:00
parent c90522baea
commit 7d43db9aed

View File

@ -6732,7 +6732,7 @@ The optional ``!nonnull`` metadata must reference a single
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.