From c09d10437f9f00c1092c6034f80973fd0a2a984f Mon Sep 17 00:00:00 2001 From: River Riddle Date: Tue, 27 Oct 2020 16:22:13 -0700 Subject: [PATCH] [mlir][NFC] Fix incorrect header comments. Resolves missed comments in D89103 --- mlir/include/mlir/Rewrite/PatternApplicator.h | 2 +- mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mlir/include/mlir/Rewrite/PatternApplicator.h b/mlir/include/mlir/Rewrite/PatternApplicator.h index c1920b4..cb7794b 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 1306f25..9d08ad9 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. -- 2.7.4