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

Duncan Sands baldrick at free.fr
Thu Feb 25 01:21:42 PST 2010


Hi Bill, thanks for doing this.

>     if (HaveTTData)
> -    EmitULEB128(TyOffset, "@TType base offset");
> +    // Pad here for alignment.
> +    EmitULEB128(TTypeBaseOffset + SizeAlign, "@TType base offset");

This comment seems pretty obscure, can you please improve it.

Best wishes,

Duncan.



More information about the llvm-commits mailing list