aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-reduce
diff options
context:
space:
mode:
authorKazuaki Ishizaki <ishizaki@jp.ibm.com>2020-08-27 15:37:23 +0900
committerKazuaki Ishizaki <ishizaki@jp.ibm.com>2020-08-27 15:37:42 +0900
commita23d055912c447dcfa54049b5a06b663560e3827 (patch)
treed5e7c8f4e45c528b8e7882143b2c287646b70c5a /mlir/test/mlir-reduce
parentd48b84eb8a902a00866ef5c26dc05a7df830dbee (diff)
downloadllvm-a23d055912c447dcfa54049b5a06b663560e3827.zip
llvm-a23d055912c447dcfa54049b5a06b663560e3827.tar.gz
llvm-a23d055912c447dcfa54049b5a06b663560e3827.tar.bz2
[mlir] NFC: fix trivial typo under test and tools
Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D86648
Diffstat (limited to 'mlir/test/mlir-reduce')
-rw-r--r--mlir/test/mlir-reduce/dce-test.mlir2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/mlir-reduce/dce-test.mlir b/mlir/test/mlir-reduce/dce-test.mlir
index e368343..35f2452 100644
--- a/mlir/test/mlir-reduce/dce-test.mlir
+++ b/mlir/test/mlir-reduce/dce-test.mlir
@@ -1,7 +1,7 @@
// UNSUPPORTED: -windows-
// RUN: mlir-reduce %s -test %S/failure-test.sh -pass-test DCE | FileCheck %s
// This input should be reduced by the pass pipeline so that only
-// the @simple1 function remains as the other fucntions should be
+// the @simple1 function remains as the other functions should be
// removed by the dead code elimination pass.
// CHECK-LABEL: func @simple1(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {