PR21408: Workaround the appearance of duplicate variables due to problems when inlini...
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 30 Oct 2014 20:20:11 +0000 (20:20 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 30 Oct 2014 20:20:11 +0000 (20:20 +0000)
commit76fd43c6532f520f9587c35514290943b2b18b6e
treebe965749fe884054456dc116fa808ba9a1476bd1
parent047d5d1a0ace660e524e42e416d6b99e29c0d340
PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site.

llvm-svn: 220923
llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
llvm/test/DebugInfo/duplicate_inline.ll [new file with mode: 0644]