diff --git a/mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGraphOps.td b/mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGraphOps.td index d8012749131d6..b68a635253975 100644 --- a/mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGraphOps.td +++ b/mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGraphOps.td @@ -116,7 +116,7 @@ def InGraphScope : PredOpTrait< // ----- -def SPIRV_GraphConstantARMOp : SPIRV_GraphARMOp<"GraphConstant", [InGraphScope, Pure, ConstantLike]> { +def SPIRV_GraphConstantARMOp : SPIRV_GraphARMOp<"GraphConstant", [InGraphScope, Pure]> { let summary = "Declare a graph constant."; let description = [{