mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
63012206c9
commit
bf13ee1941
@ -5992,9 +5992,11 @@ freestanding environments and non-C-based languages.</p>
|
|||||||
|
|
||||||
<h5>Syntax:</h5>
|
<h5>Syntax:</h5>
|
||||||
<pre>
|
<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> := catch <type> <value>
|
||||||
<clause> := filter <type> <value>
|
<clause> := filter <type> <value> {, <type> <value>}*
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h5>Overview:</h5>
|
<h5>Overview:</h5>
|
||||||
|
Loading…
Reference in New Issue
Block a user