Fix build: TableGen uses is<T> instead of isa<T> as predicate

This commit is contained in:
Mehdi Amini
2020-06-03 04:05:47 +00:00
parent da33c96d47
commit 48c800cc1b

View File

@@ -315,7 +315,7 @@ void tblgen::Operator::populateTypeInferenceInfo(
continue;
}
if (getArg(*mi).isa<NamedAttribute *>()) {
if (getArg(*mi).is<NamedAttribute *>()) {
// TODO: Handle attributes.
continue;
} else {