commit | be9e4fe768faf92071960b99cb329dbbd7e4b355 | [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 | b9710e10adb562d67ef8c59f074ba608ac3be132 | |
parent | fc8d9d9a20906e2ee51796add3798538d653ee74 [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. llvm-svn: 235327