git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282206
91177308-0d34-0410-b5e6-
96231b3b80d8
return false;
}
-template <>
-bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDConstant &Result) {
- Metadata *MD;
- if (ParseValueAsMetadata(MD, "expected constant", nullptr))
- return true;
-
- Result.assign(cast<ConstantAsMetadata>(MD));
- return false;
-}
-
template <>
bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDStringField &Result) {
LocTy ValueLoc = Lex.getLoc();