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

Duncan Sands baldrick at free.fr
Tue Sep 1 10:15:48 PDT 2009


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?

Ciao,

Duncan.



More information about the llvm-commits mailing list