From: Piotr Padlewski Date: Wed, 2 Sep 2015 20:33:16 +0000 (+0000) Subject: Small docs fix X-Git-Tag: android-x86-7.1-r4~43952 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2ab58354ab8addd0de0635cf2979d33dd987e4f5;p=android-x86%2Fexternal-llvm.git Small docs fix http://reviews.llvm.org/D12572 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246705 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 756d411b53f..1209e1db5a2 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -6732,7 +6732,7 @@ The optional ``!nonnull`` metadata must reference a single metadata name ```` 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.