DebugInfo: Include lexical scopes in inlined subroutines.
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 11 May 2014 18:12:17 +0000 (18:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 11 May 2014 18:12:17 +0000 (18:12 +0000)
commit99ccb1fae75d3d7296c11f1ec4a6eb5e1cbbe4d4
tree1eb2ec5f1415712c07e6ecb51a9cccf296266002
parentdb692e7d5539bcdac5b892904b06caef4591c096
DebugInfo: Include lexical scopes in inlined subroutines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208506 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/STLExtras.h
include/llvm/CodeGen/LexicalScopes.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/LexicalScopes.cpp
test/DebugInfo/inline-scopes.ll [new file with mode: 0644]