forked from OSchip/llvm-project
Apply clang-tidy fixes for llvm-namespace-comment in MemoryPromotion.h (NFC)
This commit is contained in:
parent
ac7a2742b2
commit
e4f5d47296
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue