DwarfAccelTable: remove unneeded bucket terminators.
authorFrederic Riss <friss@apple.com>
Tue, 10 Mar 2015 03:47:55 +0000 (03:47 +0000)
committerFrederic Riss <friss@apple.com>
Tue, 10 Mar 2015 03:47:55 +0000 (03:47 +0000)
commitd8b587de3b7b301e5894abd3b309d55895b1bf63
tree3994f53301870e1f7c098df7016f009b822786fe
parent9e894a912989566cf50733dfa6db2774199ea882
DwarfAccelTable: remove unneeded bucket terminators.

Last commit fixed the handling of hash collisions, but it introdcuced
unneeded bucket terminators in some places. The generated table was
correct, it can just be a tiny bit smaller. As the previous table was
correct, the test doesn't need updating. If we really wanted to test
this, I could add the section size to the dwarf dump and test for a
precise value there. IMO the correctness test is sufficient.

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