[Mlir-commits] [mlir] 09ba324 - [NFC] [mlir] fix file header for SCFToControlFlow.h

Xiang Li llvmlistbot at llvm.org
Thu Feb 2 07:14:42 PST 2023


Author: Xiang Li
Date: 2023-02-02T10:14:22-05:00
New Revision: 09ba3248aedd3c63b1b136765989057e2e3c1305

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

LOG: [NFC] [mlir] fix file header for SCFToControlFlow.h

Fill description and fix filename mismatch.

Added: 
    

Modified: 
    mlir/include/mlir/Conversion/SCFToControlFlow/SCFToControlFlow.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Conversion/SCFToControlFlow/SCFToControlFlow.h b/mlir/include/mlir/Conversion/SCFToControlFlow/SCFToControlFlow.h
index 456749a27e333..b4cb16aecd862 100644
--- a/mlir/include/mlir/Conversion/SCFToControlFlow/SCFToControlFlow.h
+++ b/mlir/include/mlir/Conversion/SCFToControlFlow/SCFToControlFlow.h
@@ -1,4 +1,4 @@
-//===- ConvertSCFToControlFlow.h - Pass entrypoint --------------*- C++ -*-===//
+//===- SCFToControlFlow.h - SCF to ControlFlow Pass entrypoint --*- 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