mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix GCC error caused by r228211
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
890324873f
commit
8054a41a27
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user