Moving cpu/frontend/ppc/ to cpu/frontend/.

This commit is contained in:
Ben Vanik
2015-03-24 08:37:00 -07:00
parent 9281d62106
commit 3279776a80
404 changed files with 255 additions and 385 deletions

View File

@@ -14,7 +14,7 @@
using namespace xe::cpu::hir;
using namespace xe::cpu;
using namespace xe::cpu::test;
using xe::cpu::frontend::ppc::PPCContext;
using xe::cpu::frontend::PPCContext;
using namespace poly;
TEST_CASE("INSERT_INT8", "[instr]") {