DwarfUnit: Replace unnecessary conditionals with asserts.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Feb 2014 23:57:03 +0000 (23:57 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Feb 2014 23:57:03 +0000 (23:57 +0000)
commit5201930762a1505c53bc16c015a176c4cc3f2dd1
tree7d0ee01e4bebc683872b5e4982a30b91b5a5d0ee
parent57add3e4eedb9ce9247a889b3fc8b1664126e870
DwarfUnit: Replace unnecessary conditionals with asserts.

We used to be pretty vague about what debug entities were what, with
many conditionals to silently drop/skip/accept things. These don't seem
to be relevant anymore.

llvm-svn: 201194
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp