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
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 32fcba2..71212cc 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -5992,9 +5992,11 @@
<h5>Syntax:</h5>
<pre>
- <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>}*
</pre>
<h5>Overview:</h5>