diff options
Diffstat (limited to 'src/ir/bits.h')
-rw-r--r-- | src/ir/bits.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ir/bits.h b/src/ir/bits.h index dc02bd8f8..21146b3d1 100644 --- a/src/ir/bits.h +++ b/src/ir/bits.h @@ -22,9 +22,7 @@ #include "wasm-builder.h" #include <ir/load-utils.h> -namespace wasm { - -namespace Bits { +namespace wasm::Bits { // get a mask to keep only the low # of bits inline int32_t lowBitMask(int32_t bits) { @@ -435,8 +433,6 @@ Index getMaxBits(Expression* curr, } } -} // namespace Bits - -} // namespace wasm +} // namespace wasm::Bits #endif // wasm_ir_bits_h |