diff options
| author | Johannes Doerfert <jdoerfert@anl.gov> | 2019-01-19 09:40:14 +0000 |
|---|---|---|
| committer | Johannes Doerfert <jdoerfert@anl.gov> | 2019-01-19 09:40:14 +0000 |
| commit | 0b02907ee9f13bf00f2664de44e622d86994b3ad (patch) | |
| tree | 82d976d272c93280d622cdac4371eedd1db0335c /llvm/docs | |
| parent | 7c31f455afc04e28df002839ad66614895e76ec7 (diff) | |
| download | bcm5719-llvm-0b02907ee9f13bf00f2664de44e622d86994b3ad.tar.gz bcm5719-llvm-0b02907ee9f13bf00f2664de44e622d86994b3ad.zip | |
[NFX] Fix language reference title declaration
llvm-svn: 351644
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 5600d2e4c98..0843bf503d0 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -5067,7 +5067,7 @@ For example, in the code below, the call instruction may only target the !0 = !{i64 (i64, i64)* @add, i64 (i64, i64)* @sub} '``callback``' Metadata -^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^ ``callback`` metadata may be attached to a function declaration, or definition. (Call sites are excluded only due to the lack of a use case.) For ease of |

