DebugInfo: Recommit (reverted in r215217, originally committed in r215157) the assert...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 8 Aug 2014 17:12:35 +0000 (17:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 8 Aug 2014 17:12:35 +0000 (17:12 +0000)
commit6d56b950a90eae21e8363eb771733bf6f0cbd794
treeeff25786bbb54cf0ce51b7806d78c3fc9a73158c
parentb6273f0b1a428a490c3fb90cef7c0f46290a8675
DebugInfo: Recommit (reverted in r215217, originally committed in r215157) the assertion that no argument variable is overwritten by subsequent argument variables.

This turned up a bug in clang where arguments were emitted with
duplicate argument numbers (see r215227).

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