forked from OSchip/llvm-project
[mlir][NFC] Fix incorrect header comments.
Resolves missed comments in D89103
This commit is contained in:
parent
935d708568
commit
c09d10437f
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue