[mlir][shape] Fix description copy pasta

This commit is contained in:
Jacques Pienaar 2020-08-10 21:17:32 -07:00
parent 5fe171321c
commit 4514a3cfa4

View file

@ -45,8 +45,8 @@ def Shape_ComponentType : DialectType<ShapeDialect,
CPred<"$_self.isa<::mlir::shape::ComponentType>()">, "component type">,
BuildableType<"$_builder.getType<::mlir::shape::ComponentType>()"> {
let typeDescription = [{
`shape.element_type` represents the element type of the ShapedType. It may
be unknown, error or regular element type supported by ShapedType.
`shape.component_type` represents the tuple of shape, element type and
attribute.
}];
}