[Mlir-commits] [mlir] 69353e7 - [mlir][arith] Fix another file header (NFC)

Jeff Niu llvmlistbot at llvm.org
Mon Oct 10 17:03:59 PDT 2022


Author: Jeff Niu
Date: 2022-10-10T17:03:35-07:00
New Revision: 69353e7c82f732ac7303fe94f9a6d527b1b221ab

URL: https://github.com/llvm/llvm-project/commit/69353e7c82f732ac7303fe94f9a6d527b1b221ab
DIFF: https://github.com/llvm/llvm-project/commit/69353e7c82f732ac7303fe94f9a6d527b1b221ab.diff

LOG: [mlir][arith] Fix another file header (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Arith/IR/Arith.h

Removed: 
    


################################################################################
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_
 


        


More information about the Mlir-commits mailing list