mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-20 03:17:48 +00:00
DebugInfo: Use MDType in DITypeIdentifierMap
Use `MDType*` instead of `MDNode*` in `DITypeIdentifierMap`, since all the members should be types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235407 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -34,7 +34,7 @@ class DbgDeclareInst;
|
|||||||
class DbgValueInst;
|
class DbgValueInst;
|
||||||
|
|
||||||
/// \brief Maps from type identifier to the actual MDNode.
|
/// \brief Maps from type identifier to the actual MDNode.
|
||||||
typedef DenseMap<const MDString *, MDNode *> DITypeIdentifierMap;
|
typedef DenseMap<const MDString *, MDType *> DITypeIdentifierMap;
|
||||||
|
|
||||||
typedef DebugNodeArray DIArray;
|
typedef DebugNodeArray DIArray;
|
||||||
typedef MDTypeRefArray DITypeArray;
|
typedef MDTypeRefArray DITypeArray;
|
||||||
|
|||||||
Reference in New Issue
Block a user