[llvm-commits] [llvm] r136790 - /llvm/trunk/docs/LangRef.html
Bill Wendling
isanbard at gmail.com
Mon Aug 8 01:00:24 PDT 2011
Doh! Fixed.
-bw
On Aug 7, 2011, at 11:34 PM, John McCall wrote:
> 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.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list