aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
Commit message (Collapse)AuthorAgeFilesLines
* Do not use named md nodes to track variables that are completely optimized. ↵Devang Patel2011-08-191-1/+4
| | | | | | This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138145 91177308-0d34-0410-b5e6-96231b3b80d8
* Add variables into a scope before constructing scope DIE otherwise variables ↵Devang Patel2010-06-301-0/+52
won't be included DIE tree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107228 91177308-0d34-0410-b5e6-96231b3b80d8