From 487ca07fcc75d52755c9fe2ee05bcb3b6eeeec44 Mon Sep 17 00:00:00 2001 From: Hanhan Wang Date: Mon, 15 Jun 2020 14:43:28 -0700 Subject: [PATCH] [mlir][NFC] Fix file comments. Differential Revision: https://reviews.llvm.org/D81858 --- mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab