diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2021-12-07 18:27:58 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2021-12-08 06:05:26 +0000 |
commit | be0a7e9f27083ada6072fcc0711ffa5630daa5ec (patch) | |
tree | e8b711523071e25efe6617b58934c89e468eecd5 /mlir/lib/Transforms/LoopInvariantCodeMotion.cpp | |
parent | 3bed2a7212ceef611d74c9a2aa679cec31375cee (diff) | |
download | llvm-be0a7e9f27083ada6072fcc0711ffa5630daa5ec.zip llvm-be0a7e9f27083ada6072fcc0711ffa5630daa5ec.tar.gz llvm-be0a7e9f27083ada6072fcc0711ffa5630daa5ec.tar.bz2 |
Adjust "end namespace" comment in MLIR to match new agree'd coding style
See D115115 and this mailing list discussion:
https://lists.llvm.org/pipermail/llvm-dev/2021-December/154199.html
Differential Revision: https://reviews.llvm.org/D115309
Diffstat (limited to 'mlir/lib/Transforms/LoopInvariantCodeMotion.cpp')
-rw-r--r-- | mlir/lib/Transforms/LoopInvariantCodeMotion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp index 2bef6c5..71a2410 100644 --- a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp +++ b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp @@ -32,7 +32,7 @@ struct LoopInvariantCodeMotion : public LoopInvariantCodeMotionBase<LoopInvariantCodeMotion> { void runOnOperation() override; }; -} // end anonymous namespace +} // namespace // Checks whether the given op can be hoisted by checking that // - the op and any of its contained operations do not depend on SSA values |