diff --git a/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir b/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir index 1938a3c8ab484..6c2183f979611 100644 --- a/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir +++ b/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir @@ -140,7 +140,6 @@ func.func @entry() { // Warning: these must be called in their textual order of definition in the // file to not mess up FileCheck. - call @splat_0d(%4) : (f32) -> () call @broadcast_0d(%4) : (f32) -> () call @bitcast_0d() : () -> () call @constant_mask_0d() : () -> ()