[mlir][NFC] Fix incorrect header comments.
authorRiver Riddle <riddleriver@gmail.com>
Tue, 27 Oct 2020 23:22:13 +0000 (16:22 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Tue, 27 Oct 2020 23:22:31 +0000 (16:22 -0700)
Resolves missed comments in D89103

mlir/include/mlir/Rewrite/PatternApplicator.h
mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h

index c1920b4..cb7794b 100644 (file)
@@ -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.
index 1306f25..9d08ad9 100644 (file)
@@ -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.