DebugInfo: Add an assert regarding the subprogram in the subprogram map matching...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 16 May 2014 19:42:10 +0000 (19:42 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 16 May 2014 19:42:10 +0000 (19:42 +0000)
commit0c2d969bb0cf50189b594240a6116aae4cb367d3
treee42a7349d2dae5ea1b8ed2fee3e341621145bdf2
parent27c076ae40ec65d1a9462d41f3709b305e641fa1
DebugInfo: Add an assert regarding the subprogram in the subprogram map matching the abstract subprogram.

I'm not sure this is how it'll be going forward (I'd rather prefer the
definition to be in the main SP mapping, for various reasons) but this
helps me understand how it is today.

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