Fix GCC error caused by r228211

llvm-svn: 228213
This commit is contained in:
Duncan P. N. Exon Smith 2015-02-04 22:13:28 +00:00
parent 8af6cfcdb2
commit 2f09c46f80
1 changed files with 4 additions and 0 deletions

View File

@ -2960,6 +2960,8 @@ struct MDFieldList : public MDFieldImpl<SmallVector<Metadata *, 4>> {
} // end namespace
namespace llvm {
template <>
bool LLParser::ParseMDField(LocTy Loc, StringRef Name,
MDUnsignedField &Result) {
@ -3024,6 +3026,8 @@ bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDFieldList &Result) {
return false;
}
} // end namespace llvm
template <class ParserTy>
bool LLParser::ParseMDFieldsImplBody(ParserTy parseField) {
do {