Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 42561) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -1505,9 +1505,6 @@ |
| void FlowGraphCompiler::RestoreLiveRegisters(LocationSummary* locs) { |
| -#if defined(DEBUG) |
| - ClobberDeadTempRegisters(locs); |
| -#endif |
| __ PopRegisters(locs->live_registers()->cpu_registers(), |
| locs->live_registers()->fpu_registers()); |
| } |