[llvm-commits] [llvm] r97277 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp
Duncan Sands
baldrick at free.fr
Sat Feb 27 10:01:23 PST 2010
> A much cleaner (and less code!) way of inserting the correct amount of padding
> for alignment into the LSDA. If the TType base offset is emitted, then put the
> padding there. Otherwise, put it in the call site table length. There will be no
> conflict between the two sites when placing the padding in one place.
Nice!
Duncan.
More information about the llvm-commits
mailing list