If there is not any llvm instruction associated with each lexical scope encoded in...
authorDevang Patel <dpatel@apple.com>
Fri, 16 Oct 2009 18:18:03 +0000 (18:18 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 16 Oct 2009 18:18:03 +0000 (18:18 +0000)
commit149aa7cce368a879e3ad20b2a6ec777e9441cdab
treec35dba744843e6917f593a8476dac59830361f06
parent136526ce2d2ea86450f4205e20f3fda24ac16a5b
If there is not any llvm instruction associated with each lexical scope encoded in debug info then create such scope on demand for variable info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84262 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/2009-11-16-Scope.ll [new file with mode: 0644]