[llvm-commits] [llvm] r80677 - in /llvm/trunk/lib/CodeGen/AsmPrinter: DwarfException.cpp DwarfPrinter.cpp DwarfPrinter.h

Jim Grosbach grosbach at apple.com
Tue Sep 1 10:19:14 PDT 2009


On Sep 1, 2009, at 10:15 AM, Duncan Sands wrote:

> Hi Jim,
>
>> Simply LSDA lable emission to use a direct special-case output  
>> instead of
>> EmitLabel()
> ...
>> -        // Try to merge with the previous call-site. SJLJ doesn't  
>> do this
>> -        if (PreviousIsInvoke &&
>> -          MAI->getExceptionHandlingType() ==  
>> ExceptionHandling::Dwarf) {
>> +        // Try to merge with the previous call-site.
>> +        if (PreviousIsInvoke) {
>
> did you mean to commit this bit?
>

Yikes. No. Thanks for the catch!

> Ciao,
>
> Duncan.




More information about the llvm-commits mailing list