Skip to content

Commit 76df868

Browse files
committed
nit
1 parent 22cdd91 commit 76df868

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mlir/include/mlir/Conversion/Normalize/Normalize.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- Normalize.h - Math to outlined impl conversion -----------*- C++ -*-===//
1+
//===- Normalize.h - Conversion from MLIR to its canonical form -*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -9,8 +9,6 @@
99
#ifndef MLIR_CONVERSION_NORMALIZE_NORMALIZE_H
1010
#define MLIR_CONVERSION_NORMALIZE_NORMALIZE_H
1111

12-
#include <memory>
13-
1412
namespace mlir {
1513
class Pass;
1614

mlir/lib/Conversion/Normalize/Normalize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- Normalize.cpp - IR to simplified IR conversion ---------------------===//
1+
//===- Normalize.cpp - Conversion from MLIR to its canonical form ---------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)