OSDN Git Service

DWARF emission: Remove unnecessary/redundant DIE reference code
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 24 Oct 2013 22:00:44 +0000 (22:00 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 24 Oct 2013 22:00:44 +0000 (22:00 +0000)
commit9e39e0d56d105f97b9d8f851403619bb0d9f780d
tree7c53cced086bfa16c12840642e6230fdafa9aaf7
parent200bb6df7ff84e2129bcc0f4f79d6d96d47eb645
DWARF emission: Remove unnecessary/redundant DIE reference code

The default case at the end of the switch handles this just fine.

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