Use a bool for whether or not an abbreviation has children rather than
authorEric Christopher <echristo@gmail.com>
Wed, 5 Mar 2014 01:44:58 +0000 (01:44 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 5 Mar 2014 01:44:58 +0000 (01:44 +0000)
commit8b3fad9343111eec5931492fbd812ad578c71089
tree554c171ce6a84febb59911c79bbb47ec13449d3c
parent33a9132fd45f30a1ff5b68018f8509dcc1d0e29e
Use a bool for whether or not an abbreviation has children rather than
using a full uint16_t with the flag value... which happens to be
0 or 1. Update the class for bool values and rename functions slightly.

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