Skip to content

Commit e9a2cc1

Browse files
committed
Drop "mlir::" prefix
Change-Id: Iaa685661cc34d5a738260821ecfaff12f63812b4
1 parent 6ca24ad commit e9a2cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ bool TosaValidation::isValidElementType(Type type, const bool allowUnsigned) {
12171217
return true;
12181218
}
12191219
}
1220-
} else if (mlir::isa<tosa::shapeType>(type))
1220+
} else if (isa<tosa::shapeType>(type))
12211221
return true;
12221222
else if (isa<tosa::mxint8Type>(type))
12231223
return true;

0 commit comments

Comments
 (0)