| commit | c62468859a82780bcb58c4dc67d92bbe3f7e124c | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Apr 20 21:17:32 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Apr 20 21:17:32 2015 +0000 |
| tree | 4e1a61b0261c96956431b159b4a7a5dfc3533d15 | |
| parent | c09c548bf959bae75277c8c96dd9aa8dd4a8db95 [diff] |
DebugInfo: Delete old subclasses of DIType Delete subclasses of (the already deleted) `DIType` in favour of directly using pointers from the `Metadata` hierarchy. While `DICompositeType` wraps `MDCompositeTypeBase` and `DIDerivedType` wraps `MDDerivedTypeBase`, most uses of each really meant the more specific `MDCompositeType` and `MDDerivedType`. llvm-svn: 235351