From bf13ee1941a312998f0e754016921045626698e9 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 8 Aug 2011 08:06:05 +0000 Subject: Clean up the grammar for the landingpad instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137042 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 32fcba2352..71212cc718 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -5992,9 +5992,11 @@ freestanding environments and non-C-based languages.

Syntax:
-  <resultval> = landingpad <somety> personality <type> <pers_fn> cleanup? <clause>+
+  <resultval> = landingpad <somety> personality <type> <pers_fn> <clause>+
+  <resultval> = landingpad <somety> personality <type> <pers_fn> cleanup <clause>*
+
   <clause> := catch <type> <value>
-  <clause> := filter <type> <value>
+  <clause> := filter <type> <value> {, <type> <value>}*
 
Overview:
-- cgit v1.2.3