Index: runtime/vm/flow_graph_compiler_mips.cc |
=================================================================== |
--- runtime/vm/flow_graph_compiler_mips.cc (revision 42561) |
+++ runtime/vm/flow_graph_compiler_mips.cc (working copy) |
@@ -1520,9 +1520,6 @@ |
void FlowGraphCompiler::RestoreLiveRegisters(LocationSummary* locs) { |
-#if defined(DEBUG) |
- ClobberDeadTempRegisters(locs); |
-#endif |
// General purpose registers have the highest register number at the |
// lowest address. |
__ TraceSimMsg("RestoreLiveRegisters"); |