From 1e8c7a687de7bf10bd3cc7cbf73fa2b82f091cb4 Mon Sep 17 00:00:00 2001
From: Nick Lewycky
Date: Sat, 30 May 2009 16:08:30 +0000
Subject: [PATCH] Metadata uses metadata type not empty struct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72623 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LangRef.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index f0ec6842659..fb052d85eb3 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1884,11 +1884,11 @@ constants and smaller complex constants.
Metadata node
- A metadata node is a structure-like constant with the type of an empty
- struct. For example: "metadata !{ i32 0, metadata !"test" }".
- Unlike other constants that are meant to be interpreted as part of the
- instruction stream, metadata is a place to attach additional information such
- as debug info.
+ A metadata node is a structure-like constant with
+ metadata type. For example:
+ "metadata !{ i32 0, metadata !"test" }". Unlike other constants
+ that are meant to be interpreted as part of the instruction stream, metadata
+ is a place to attach additional information such as debug info.