summaryrefslogtreecommitdiff
path: root/src/ir/bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/bits.h')
-rw-r--r--src/ir/bits.h8
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