| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc
|
| index 8b855f13129a1785fefee1042067e42d5bcc3fa1..00486fa378760d133dedf41be1db547f1916ba47 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -1328,6 +1328,7 @@ void FlowGraphCompiler::EmitSuperEqualityCallPrologue(Register result,
|
| }
|
|
|
|
|
| +// This function must be in sync with FlowGraphCompiler::RecordSafepoint.
|
| void FlowGraphCompiler::SaveLiveRegisters(LocationSummary* locs) {
|
| // TODO(vegorov): consider saving only caller save (volatile) registers.
|
| const intptr_t xmm_regs_count = locs->live_registers()->fpu_regs_count();
|
|
|