[x64] Swap to using anchor variables instead of dummy function calls

This commit is contained in:
Dr. Chat
2018-11-23 17:24:55 -06:00
parent df964015a4
commit b3d509eb01
6 changed files with 12 additions and 16 deletions

View File

@@ -40,12 +40,6 @@ static bool Register() {
#define EMITTER_OPCODE_TABLE(name, ...) \
const auto X64_INSTR_##name = Register<__VA_ARGS__>();
// Registration functions to force inclusion of several files
void RegisterControl();
void RegisterMemory();
void RegisterVector();
void RegisterSequences();
bool SelectSequence(X64Emitter* e, const hir::Instr* i,
const hir::Instr** new_tail);