diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-09-27 23:27:42 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-09-27 23:27:42 +0000 |
| commit | 93e06a57c9de2ea05da6734f2d6f4b432ff145f9 (patch) | |
| tree | 08473af7dda0659520a00445deddc0414d9b6610 /llvm/docs/LangRef.html | |
| parent | a5fc03562f143c5e44e5190cd0f3f3949988810f (diff) | |
| download | bcm5719-llvm-93e06a57c9de2ea05da6734f2d6f4b432ff145f9.tar.gz bcm5719-llvm-93e06a57c9de2ea05da6734f2d6f4b432ff145f9.zip | |
Remove the "metadata*" type and simplify the code it complicated. This was only
used to support GlobalVariables storing MDNodes, back when they were derived
from Constant before the introduction of NamedMDNode, but never removed.
llvm-svn: 82943
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 6f5fbb3f35b..38536925f2d 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1489,9 +1489,9 @@ Classifications</a> </div> <div class="doc_text"> <h5>Overview:</h5> -<p>The metadata type represents embedded metadata. The only derived type that - may contain metadata is <tt>metadata*</tt> or a function type that returns or - takes metadata typed parameters, but not pointer to metadata types.</p> +<p>The metadata type represents embedded metadata. No derived types may be + created from metadata except for <a href="#t_function">function</a> + arguments. <h5>Syntax:</h5> <pre> @@ -1601,7 +1601,7 @@ Classifications</a> </div> Variable argument functions can access their arguments with the <a href="#int_varargs">variable argument handling intrinsic</a> functions. '<tt><returntype></tt>' is a any type except - <a href="#t_label">label</a> and <a href="#t_metadata">metadata</a>.</p> + <a href="#t_label">label</a>.</p> <h5>Examples:</h5> <table class="layout"> |

