forked from OSchip/llvm-project
Clean up the grammar for the landingpad instruction.
llvm-svn: 137042
This commit is contained in:
parent
e632cb3600
commit
49bfb12c46
|
@ -5992,9 +5992,11 @@ freestanding environments and non-C-based languages.</p>
|
|||
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue