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)
commit19cfb96184c31e00203ba186b75777f010230a42
tree69fb7338d85607b90e9388cdab99ee84f87bcd1c
parent9f5baa3c7e01e632722a0d7c37b3aa82591bc8a8
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.

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