From bd166c813c55b0e1703d17d87bf71a9e3966a25a Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Sun, 3 Jan 2021 10:33:34 -0800 Subject: [PATCH] Nit: fix spacing Differential Revision: https://reviews.llvm.org/D93996 --- mlir/test/Dialect/GPU/async-region.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/test/Dialect/GPU/async-region.mlir b/mlir/test/Dialect/GPU/async-region.mlir index 216ccce..84a0356 100644 --- a/mlir/test/Dialect/GPU/async-region.mlir +++ b/mlir/test/Dialect/GPU/async-region.mlir @@ -103,7 +103,7 @@ module attributes {gpu.container_module} { return } - // CHECK-LABEL:func @async_execute_with_result(%{{.*}}: index) + // CHECK-LABEL:func @async_execute_with_result(%{{.*}}: index) func @async_execute_with_result(%sz : index) -> index { // CHECK: %[[a0:.*]], %[[f0:.*]]:2 = async.execute // CHECK-SAME: -> (!async.value, !async.value) -- 2.7.4