Clean up the grammar for the landingpad instruction.
llvm-svn: 137042
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 32fcba2..71212cc 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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>