Skip to content

Commit

Permalink
Explain how clauses are applied.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136790 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Aug 3, 2011
1 parent 56e3232 commit b7a0135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/LangRef.html
Expand Up @@ -6025,6 +6025,10 @@ <h5>Semantics:</h5>
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>
Expand Down

0 comments on commit b7a0135

Please sign in to comment.