From: Bill Wendling Date: Wed, 3 Aug 2011 18:37:32 +0000 (+0000) Subject: Go back to the old definition. It's not clear that a 'resume' can be 'outlined' from... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e4ad50bb437249100fd40c156b5c5078ba7bce2e;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136799 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index aab4d35c6bf..dd80658ff8d 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3385,8 +3385,8 @@ that the invoke/unwind semantics are likely to change in future versions.

Arguments:

The 'resume' instruction requires one argument, which must have the - same type as the result of the 'landingpad' instruction which - interrupted the unwinding.

+ same type as the result of any 'landingpad' instruction in the same + function.

Semantics:

The 'resume' instruction resumes propagation of an existing