aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanhan Wang <hanchung@google.com>2020-06-15 14:43:28 -0700
committerHanhan Wang <hanchung@google.com>2020-06-15 14:43:36 -0700
commit487ca07fcc75d52755c9fe2ee05bcb3b6eeeec44 (patch)
tree49cf4099e501fbfd4308311314514be8a999c4f1
parentfc905ae003df4d2cf9099afbdfc3aa840a82fe10 (diff)
downloadllvm-487ca07fcc75d52755c9fe2ee05bcb3b6eeeec44.zip
llvm-487ca07fcc75d52755c9fe2ee05bcb3b6eeeec44.tar.gz
llvm-487ca07fcc75d52755c9fe2ee05bcb3b6eeeec44.tar.bz2
[mlir][NFC] Fix file comments.
Differential Revision: https://reviews.llvm.org/D81858
-rw-r--r--mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp b/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp
index 41e0ffb..e603c76 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.