[Mlir-commits] [mlir] c09d104 - [mlir][NFC] Fix incorrect header comments.
River Riddle
llvmlistbot at llvm.org
Tue Oct 27 16:22:59 PDT 2020
Author: River Riddle
Date: 2020-10-27T16:22:31-07:00
New Revision: c09d10437f9f00c1092c6034f80973fd0a2a984f
URL: https://github.com/llvm/llvm-project/commit/c09d10437f9f00c1092c6034f80973fd0a2a984f
DIFF: https://github.com/llvm/llvm-project/commit/c09d10437f9f00c1092c6034f80973fd0a2a984f.diff
LOG: [mlir][NFC] Fix incorrect header comments.
Resolves missed comments in D89103
Added:
Modified:
mlir/include/mlir/Rewrite/PatternApplicator.h
mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Rewrite/PatternApplicator.h b/mlir/include/mlir/Rewrite/PatternApplicator.h
index c1920b4ab2ae..cb7794bab9fc 100644
--- a/mlir/include/mlir/Rewrite/PatternApplicator.h
+++ b/mlir/include/mlir/Rewrite/PatternApplicator.h
@@ -1,4 +1,4 @@
-//===- PatternApplicator.h - PatternApplicator -------==---------*- C++ -*-===//
+//===- PatternApplicator.h - PatternApplicator ------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h b/mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
index 1306f25b2298..9d08ad9fa05d 100644
--- a/mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
+++ b/mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
@@ -1,4 +1,4 @@
-//===- DialectConversion.h - MLIR dialect conversion pass -------*- C++ -*-===//
+//===- GreedyPatternRewriteDriver.h - Greedy Pattern Driver -----*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the Mlir-commits
mailing list