[Mlir-commits] [mlir] c7283c2 - [mlir][NFC] Trivial : Fix typo

Javed Absar llvmlistbot at llvm.org
Sun May 29 03:00:20 PDT 2022


Author: Javed Absar
Date: 2022-05-29T11:00:08+01:00
New Revision: c7283c263c0ae56d031d16b330a9cc9f22d58888

URL: https://github.com/llvm/llvm-project/commit/c7283c263c0ae56d031d16b330a9cc9f22d58888
DIFF: https://github.com/llvm/llvm-project/commit/c7283c263c0ae56d031d16b330a9cc9f22d58888.diff

LOG: [mlir][NFC] Trivial : Fix typo

Reviewed By: JohnTitor

Differential Revision: https://reviews.llvm.org/D126601

Added: 
    

Modified: 
    mlir/test/lib/Transforms/TestInlining.cpp

Removed: 
    


################################################################################
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.
 //
 //===----------------------------------------------------------------------===//


        


More information about the Mlir-commits mailing list