Revert part of my r81424 patch. I removed what looked like superfluous padding
authorBill Wendling <isanbard@gmail.com>
Thu, 10 Sep 2009 06:27:16 +0000 (06:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 10 Sep 2009 06:27:16 +0000 (06:27 +0000)
commita2f6449a57fcce73beacc30158aafe39b5349947
tree4bcca3183f10ee31a60cb6ad5ec19ece2cf74ba1
parent9ad48db6031885c38137fcd3ba919b061e272b10
Revert part of my r81424 patch. I removed what looked like superfluous padding
from the exception tables. However, Duncan explained why it's a can of worms to
do it the GCC way. I went back to doing it the LLVM way and added Duncan's
explanation so that I don't do this again in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp