From 05a9855584fe807f70892af30ad1b01e30b70e97 Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Sat, 19 Jan 2019 09:40:14 +0000 Subject: [PATCH] [NFX] Fix language reference title declaration git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351644 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 5600d2e4c98..0843bf503d0 100644 --- a/docs/LangRef.rst +++ b/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 -- 2.50.1