[llvm-commits] [llvm] r136790 - /llvm/trunk/docs/LangRef.html

John McCall rjmccall at apple.com
Sun Aug 7 23:34:40 PDT 2011


On Aug 3, 2011, at 10:17 AM, Bill Wendling wrote:
> Author: void
> Date: Wed Aug  3 12:17:06 2011
> New Revision: 136790
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=136790&view=rev
> Log:
> Explain how clauses are applied.
> 
> Modified:
>    llvm/trunk/docs/LangRef.html
> 
> Modified: llvm/trunk/docs/LangRef.html
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=136790&r1=136789&r2=136790&view=diff
> ==============================================================================
> --- llvm/trunk/docs/LangRef.html (original)
> +++ llvm/trunk/docs/LangRef.html Wed Aug  3 12:17:06 2011
> @@ -6025,6 +6025,10 @@
>    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>
> +

Appended, surely.

John.



More information about the llvm-commits mailing list