[llvm-commits] [llvm] r136799 - /llvm/trunk/docs/LangRef.html
Bill Wendling
isanbard at gmail.com
Wed Aug 3 11:37:33 PDT 2011
Author: void
Date: Wed Aug 3 13:37:32 2011
New Revision: 136799
URL: http://llvm.org/viewvc/llvm-project?rev=136799&view=rev
Log:
Go back to the old definition. It's not clear that a 'resume' can be 'outlined' from the function with the landing pad for all platforms.
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=136799&r1=136798&r2=136799&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Wed Aug 3 13:37:32 2011
@@ -3385,8 +3385,8 @@
<h5>Arguments:</h5>
<p>The '<tt>resume</tt>' instruction requires one argument, which must have the
- same type as the result of the '<tt>landingpad</tt>' instruction which
- interrupted the unwinding.</p>
+ same type as the result of any '<tt>landingpad</tt>' instruction in the same
+ function.</p>
<h5>Semantics:</h5>
<p>The '<tt>resume</tt>' instruction resumes propagation of an existing
More information about the llvm-commits
mailing list