mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +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:
parent
07337c0fcf
commit
124e6eb09d
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user