[llvm] r246705 - Small docs fix
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 13:38:21 PDT 2015
Thanks for the fix, btw, feel free to update the docs like this without
bothering to send a review :)
-eric
On Wed, Sep 2, 2015 at 1:34 PM Piotr Padlewski via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> 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.
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/b4354cb9/attachment.html>
More information about the llvm-commits
mailing list