[mlir][shape] Fix description copy pasta
authorJacques Pienaar <jpienaar@google.com>
Tue, 11 Aug 2020 04:17:32 +0000 (21:17 -0700)
committerJacques Pienaar <jpienaar@google.com>
Tue, 11 Aug 2020 04:17:32 +0000 (21:17 -0700)
mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td

index 3e0177b..754dfcd 100644 (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.
   }];
 }