| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 42561)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -1486,10 +1486,6 @@
|
|
|
|
|
| void FlowGraphCompiler::RestoreLiveRegisters(LocationSummary* locs) {
|
| -#if defined(DEBUG)
|
| - ClobberDeadTempRegisters(locs);
|
| -#endif
|
| -
|
| // General purpose registers have the highest register number at the
|
| // lowest address.
|
| for (intptr_t reg_idx = kNumberOfCpuRegisters - 1; reg_idx >= 0; --reg_idx) {
|
|
|