mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Explain how clauses are applied.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136790 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56e3232d5a
commit
b7a01353ea
@ -6025,6 +6025,10 @@ freestanding environments and non-C-based languages.</p>
|
||||
calling conventions, how the personality function results are represented in
|
||||
LLVM IR is target specific.</p>
|
||||
|
||||
<p>The clauses are applied in order from top to bottom. If two
|
||||
<tt>landingpad</tt> instructions are merged together through inlining, the
|
||||
clauses from the calling function are prepended to the list of clauses.</p>
|
||||
|
||||
<p>The <tt>landingpad</tt> instruction has several restrictions:</p>
|
||||
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user