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)
commit5f5c65058ba410d96a5087349a207a7d12e4c9f5
tree3825a8252c4417aa18aaa5f321bf583570b4409b
parent6f01d27a0e5bae68167f514c451dc6f3545568b0
PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220923 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfFile.cpp
test/DebugInfo/duplicate_inline.ll [new file with mode: 0644]