| commit | 3cd2cabf5076d138a6685b9f99c559fa0402adde | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Mar 27 00:34:10 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Mar 27 00:34:10 2015 +0000 |
| tree | eeecc084547ff3d4c2801d9d7a6c7485081fd6b6 | |
| parent | b306d73a2d773d4f4392ad95c6eed028a7e1abbd [diff] |
DIBuilder: Change a few helpers to return downcasted MDNodes Change `getNonCompileUnitScope()` to return `MDScope` and `getConstantAsMetadata()` to return `ConstantAsMetadata`. This will make it easier to start requiring more type safety in the debug info hierarchy. llvm-svn: 233340