From c5a136103b1c3e28d4c332e4a9b7068d70ab92c7 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 3 Aug 2011 18:37:32 +0000 Subject: [PATCH] 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. llvm-svn: 136799 --- llvm/docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index aab4d35c6bfc..dd80658ff8d7 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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