mp: rename mp.h to mp/function_info.h

This commit is contained in:
MerryMage
2018-07-25 11:28:36 +01:00
parent 0921678edb
commit 1edd0125b2
6 changed files with 13 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
#include "common/assert.h"
#include "common/bit_util.h"
#include "common/common_types.h"
#include "common/mp.h"
#include "common/mp/function_info.h"
#include "frontend/ir/basic_block.h"
#include "frontend/ir/microinstruction.h"
#include "frontend/ir/opcodes.h"
@@ -22,6 +22,7 @@
namespace Dynarmic::BackendX64 {
using namespace Xbyak::util;
namespace mp = Common::mp;
template <typename Function>
static void EmitVectorOperation(BlockOfCode& code, EmitContext& ctx, IR::Inst* inst, Function fn) {