Apply clang-tidy fixes for llvm-namespace-comment in MemoryPromotion.h (NFC)

This commit is contained in:
Mehdi Amini 2022-01-11 20:50:47 +00:00
parent ac7a2742b2
commit e4f5d47296
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace mlir {
namespace gpu {
class GPUFuncOp;
}
} // namespace gpu
/// Promotes a function argument to workgroup memory in the given function. The
/// copies will be inserted in the beginning and in the end of the function.