diff options
| author | Devang Patel <dpatel@apple.com> | 2010-01-05 20:41:31 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-01-05 20:41:31 +0000 |
| commit | c5bb7251d008b62dafdc8f2a0b7237ce1b563677 (patch) | |
| tree | 687bd99218ce170b8ac4dd03ce4fe61bc89842b8 /docs/LangRef.html | |
| parent | 0461f5214fae5b734a49744a77f3df718024af5d (diff) | |
| download | external_llvm-c5bb7251d008b62dafdc8f2a0b7237ce1b563677.zip external_llvm-c5bb7251d008b62dafdc8f2a0b7237ce1b563677.tar.gz external_llvm-c5bb7251d008b62dafdc8f2a0b7237ce1b563677.tar.bz2 | |
NamedMDNode is a collection MDNodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92761 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
| -rw-r--r-- | docs/LangRef.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 526f119..78d4818 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2329,6 +2329,9 @@ has undefined behavior.</p> event that a value is deleted, it will be replaced with a typeless "<tt>null</tt>", such as "<tt>metadata !{null, i32 10}</tt>".</p> +<p>A named metadata is a collection of metadata nodes. For example: "<tt>!foo = + metadata !{!4, !3}</tt>". + <p>Optimizations may rely on metadata to provide additional information about the program that isn't available in the instructions, or that isn't easily computable. Similarly, the code generator may expect a certain metadata |
