Explain how clauses are applied.
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Aug 2011 17:17:06 +0000 (17:17 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Aug 2011 17:17:06 +0000 (17:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136790 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 1c3cc89724ca9a538f15022f4566ea6a5b87aae9..aab4d35c6bfc6507d9ad4ade803b925cdd0f9caf 100644 (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>