[llvm-commits] [llvm] r50130 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Tue Apr 22 21:06:52 PDT 2008
Author: lattner
Date: Tue Apr 22 23:06:52 2008
New Revision: 50130
URL: http://llvm.org/viewvc/llvm-project?rev=50130&view=rev
Log:
Allow undef as an operand to getresult.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=50130&r1=50129&r2=50130&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Apr 22 23:06:52 2008
@@ -3925,9 +3925,10 @@
<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>
More information about the llvm-commits
mailing list