mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Handle NamedMDNode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77633 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -248,6 +248,8 @@ static const char *GetCodeName(unsigned CodeID, unsigned BlockID,
|
||||
default:return 0;
|
||||
case bitc::METADATA_STRING: return "MDSTRING";
|
||||
case bitc::METADATA_NODE: return "MDNODE";
|
||||
case bitc::METADATA_NAME: return "METADATA_NAME";
|
||||
case bitc::METADATA_NAMED_NODE: return "NAMEDMDNODE";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user