diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-20 18:32:29 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-20 18:32:29 +0000 |
commit | be9e4fe768faf92071960b99cb329dbbd7e4b355 (patch) | |
tree | b9710e10adb562d67ef8c59f074ba608ac3be132 /llvm/lib/CodeGen/WinEHPrepare.cpp | |
parent | fc8d9d9a20906e2ee51796add3798538d653ee74 (diff) | |
download | bcm5719-llvm-be9e4fe768faf92071960b99cb329dbbd7e4b355.tar.gz bcm5719-llvm-be9e4fe768faf92071960b99cb329dbbd7e4b355.zip |
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
Diffstat (limited to 'llvm/lib/CodeGen/WinEHPrepare.cpp')
0 files changed, 0 insertions, 0 deletions