mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-04 01:56:32 +00:00
General: Convert multiple namespace specifiers to nested namespace specifiers where applicable
Makes namespacing a little less noisy
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
#include "common/assert.h"
|
||||
#include "frontend/ir/microinstruction.h"
|
||||
|
||||
namespace Dynarmic {
|
||||
namespace IR {
|
||||
namespace Dynarmic::IR {
|
||||
|
||||
bool Inst::IsArithmeticShift() const {
|
||||
return op == Opcode::ArithmeticShiftRight32 ||
|
||||
@@ -444,5 +443,4 @@ void Inst::UndoUse(const Value& value) {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace IR
|
||||
} // namespace Dynarmic
|
||||
} // namespace Dynarmic::IR
|
||||
|
||||
Reference in New Issue
Block a user