Oh FFS. LOAD_CLOCK.

This commit is contained in:
Ben Vanik
2014-01-08 00:12:22 -08:00
parent a8ade5d33b
commit 894f22cd0b
7 changed files with 40 additions and 7 deletions

View File

@@ -230,6 +230,12 @@ void alloy::backend::x64::lowering::RegisterSequences(LoweringTable* table) {
return true;
});
table->AddSequence(OPCODE_LOAD_CLOCK, [](LIRBuilder& lb, Instr*& instr) {
// TODO
instr = instr->next;
return true;
});
// --------------------------------------------------------------------------
// Context
// --------------------------------------------------------------------------