From a333db87a7190408cf3f6ab5cc769a19ebe40e33 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 26 Jul 2016 22:31:30 +0000 Subject: [PATCH] docs: Add reference to type metadata to langref. llvm-svn: 276817 --- llvm/docs/LangRef.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 45325b9..6be58f3 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -4889,6 +4889,10 @@ Examples: !0 = !{!"magic ptr"} !1 = !{!"other ptr"} +'``type``' Metadata +^^^^^^^^^^^^^^^^^^^ + +See :doc:`TypeMetadata`. Module Flags Metadata -- 2.7.4