[Mlir-commits] [mlir] 487ca07 - [mlir][NFC] Fix file comments.

Hanhan Wang llvmlistbot at llvm.org
Mon Jun 15 14:43:46 PDT 2020


Author: Hanhan Wang
Date: 2020-06-15T14:43:36-07:00
New Revision: 487ca07fcc75d52755c9fe2ee05bcb3b6eeeec44

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

LOG: [mlir][NFC] Fix file comments.

Differential Revision: https://reviews.llvm.org/D81858

Added: 
    

Modified: 
    mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp b/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp
index 41e0ffb60bc9..e603c76ad71d 100644
--- a/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp
+++ b/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp
@@ -1,4 +1,4 @@
-//===- ExpandAtomic.cpp - Code to perform loop fusion ---------------------===//
+//===- ExpandAtomic.cpp - Code to perform expanding atomic ops ------------===//
 //
 // 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