[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

@@ -82,8 +82,6 @@ bool X64Backend::Initialize(Processor* processor) {
return false;
}
RegisterSequences();
// Need movbe to do advanced LOAD/STORE tricks.
if (FLAGS_enable_haswell_instructions) {
machine_info_.supports_extended_load_store =