mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Fix build: TableGen uses is<T> instead of isa<T> as predicate
This commit is contained in:
@@ -315,7 +315,7 @@ void tblgen::Operator::populateTypeInferenceInfo(
|
||||
continue;
|
||||
}
|
||||
|
||||
if (getArg(*mi).isa<NamedAttribute *>()) {
|
||||
if (getArg(*mi).is<NamedAttribute *>()) {
|
||||
// TODO: Handle attributes.
|
||||
continue;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user