[mlir][NFC] Fix incorrect header comments.

Resolves missed comments in D89103
This commit is contained in:
River Riddle 2020-10-27 16:22:13 -07:00
parent 935d708568
commit c09d10437f
2 changed files with 2 additions and 2 deletions

View 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.

View 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.