Explain how clauses are applied.

llvm-svn: 136790
This commit is contained in:
Bill Wendling 2011-08-03 17:17:06 +00:00
parent 62b13120ee
commit 0524b8d1f4
1 changed files with 4 additions and 0 deletions

View File

@ -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>