Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorJeff Niu <jeff@modular.com>2022-10-11 03:03:35 +0300
committerJeff Niu <jeff@modular.com>2022-10-11 03:03:35 +0300
commit69353e7c82f732ac7303fe94f9a6d527b1b221ab (patch)
tree94bc7b1fdb3222c7d2fc3276823587cd9428ca60 /mlir
parent9f6aae46062e4f4e560cb3ae7a0110260a3c75da (diff)
[mlir][arith] Fix another file header (NFC)
Diffstat (limited to 'mlir')
-rw-r--r--mlir/include/mlir/Dialect/Arith/IR/Arith.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mlir/include/mlir/Dialect/Arith/IR/Arith.h b/mlir/include/mlir/Dialect/Arith/IR/Arith.h
index 296ade961660..0ecd293d7778 100644
--- a/mlir/include/mlir/Dialect/Arith/IR/Arith.h
+++ b/mlir/include/mlir/Dialect/Arith/IR/Arith.h
@@ -1,10 +1,11 @@
-//===- Arith.h - Arith dialect ----0000000000----------------------*- C++-*-==//
+//===- Arith.h - Arith dialect ------------------------------------*- C++-*-==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
+
#ifndef MLIR_DIALECT_ARITH_IR_ARITH_H_
#define MLIR_DIALECT_ARITH_IR_ARITH_H_