aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-23 04:06:52 +0000
committerChris Lattner <sabre@nondot.org>2008-04-23 04:06:52 +0000
commit1c406d77a69d42187794ad98f49b0935b31f1840 (patch)
treea37b4e34a69d28159b9780a5312139a62bfb4ba9
parent42369b7e4be817f4cebfe9023648aab754cd226b (diff)
Allow undef as an operand to getresult.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50130 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index a638e50880..f2fa698e09 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3925,9 +3925,10 @@ results.</p>
<h5>Arguments:</h5>
<p>The '<tt>getresult</tt>' instruction takes a call or invoke value as its
-first argument. The value must have <a href="#t_struct">structure type</a>.
-The second argument is a constant unsigned index value which must be in range for
-the number of values returned by the call.</p>
+first argument, or an undef value. The value must have <a
+href="#t_struct">structure type</a>. The second argument is a constant
+unsigned index value which must be in range for the number of values returned
+by the call.</p>
<h5>Semantics:</h5>