commit | b54df5252a94075d5d070818b7da0dbc9a71d379 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Apr 20 18:32:29 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Apr 20 18:32:29 2015 +0000 |
tree | 82521d31ccd5f097113b492066270b1ccdb69c03 | |
parent | 4943838e28347db340f2b45d1bbf666ab3fd3547 [diff] |
DebugInfo: Remove DIScope Replace uses of `DIScope` with `MDScope*`. There was one spot where I've left an `MDScope*` uninitialized (where `DIScope` would have been default-initialized to `nullptr`) -- this is intentional, since the if/else that follows should unconditional assign it to a value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235327 91177308-0d34-0410-b5e6-96231b3b80d8