Use 12 as the magic number for our abbreviation data and our
authorEric Christopher <echristo@gmail.com>
Fri, 29 Mar 2013 20:23:06 +0000 (20:23 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 29 Mar 2013 20:23:06 +0000 (20:23 +0000)
commit2df938ad713140c352b2d81b49490e337c018891
treedaa7480735d234aab048b4813af87e541cec2113
parentc126c3232a7c6c2e2a2ec9477252f1372b14f728
Use 12 as the magic number for our abbreviation data and our
die values. A lot of DIEs have 10 attributes in C++ code (example
clang), none had more than 12. Seems like a good default.

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