Handle NamedMDNode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77633 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2009-07-30 23:03:19 +00:00
parent 07337c0fcf
commit 124e6eb09d

View File

@ -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";
}
}
}