Renaming xe::cpu::frontend to xe::cpu::ppc.
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("UNPACK_D3DCOLOR", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
Reference in New Issue
Block a user