[llvm-commits] [llvm] r97169 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp

Duncan Sands baldrick at free.fr
Fri Feb 26 01:44:26 PST 2010


Hi Bill, thanks for doing this.

> @@ -746,7 +746,8 @@
>     unsigned SizeAlign = (4 - TotalSize)&  3;
>
>     if (HaveTTData)
> -    // Pad here for alignment.
> +    // Account for any extra padded that will be added to the call site table

padded -> padding

> +    // length.

Ciao,

Duncan.



More information about the llvm-commits mailing list