diff options
| author | Piotr Padlewski <prazek@google.com> | 2015-09-02 20:33:16 +0000 |
|---|---|---|
| committer | Piotr Padlewski <prazek@google.com> | 2015-09-02 20:33:16 +0000 |
| commit | d97846ed05ac0e191634d535ede124347bdebaf9 (patch) | |
| tree | 584d74949acf5c4285ba069e2b39b896a8d7fb83 /llvm/docs | |
| parent | dc8229a2b1bd2764e076b9a01a1de0bab4f22c66 (diff) | |
| download | bcm5719-llvm-d97846ed05ac0e191634d535ede124347bdebaf9.tar.gz bcm5719-llvm-d97846ed05ac0e191634d535ede124347bdebaf9.zip | |
Small docs fix
http://reviews.llvm.org/D12572
llvm-svn: 246705
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 756d411b53f..1209e1db5a2 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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. |

