From e4ad50bb437249100fd40c156b5c5078ba7bce2e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 3 Aug 2011 18:37:32 +0000 Subject: 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 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index aab4d35c6b..dd80658ff8 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 -- cgit v1.2.3