[Mlir-commits] [mlir] bbc0a2e - [MLIR][Transform] Fix top-level comment (NFC)

Lorenzo Chelini llvmlistbot at llvm.org
Thu Dec 1 06:32:06 PST 2022


Author: Lorenzo Chelini
Date: 2022-12-01T15:31:16+01:00
New Revision: bbc0a2e872623238dfd0c97ec21b20c60eaefc2e

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

LOG: [MLIR][Transform] Fix top-level comment (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Transform/IR/TransformUtils.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Transform/IR/TransformUtils.h b/mlir/include/mlir/Dialect/Transform/IR/TransformUtils.h
index 512c9151ce4c..ca3da2b682e7 100644
--- a/mlir/include/mlir/Dialect/Transform/IR/TransformUtils.h
+++ b/mlir/include/mlir/Dialect/Transform/IR/TransformUtils.h
@@ -1,5 +1,4 @@
-//===- TransformUtils.h - Transform Dialect Utils ----------------*- C++
-//-*-===//
+//===- TransformUtils.h - Transform Dialect Utils ---------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the Mlir-commits mailing list