diff --git a/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp b/mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp index 41e0ffb60bc954ea45054ce08e07c5c2d9b06bd7..e603c76ad71d20b6154189d6868c1f0746e68b05 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.