From c7283c263c0ae56d031d16b330a9cc9f22d58888 Mon Sep 17 00:00:00 2001 From: Javed Absar Date: Sat, 28 May 2022 20:32:13 +0100 Subject: [PATCH] [mlir][NFC] Trivial : Fix typo Reviewed By: JohnTitor Differential Revision: https://reviews.llvm.org/D126601 --- mlir/test/lib/Transforms/TestInlining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/test/lib/Transforms/TestInlining.cpp b/mlir/test/lib/Transforms/TestInlining.cpp index 4bf85c075b5f..3fb70285cef4 100644 --- a/mlir/test/lib/Transforms/TestInlining.cpp +++ b/mlir/test/lib/Transforms/TestInlining.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // TODO: This pass is only necessary because the main inlining pass -// has no abstracted away the call+callee relationship. When the inlining +// has not abstracted away the call+callee relationship. When the inlining // interface has this support, this pass should be removed. // //===----------------------------------------------------------------------===//