mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +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>
|
||||
<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…
x
Reference in New Issue
Block a user