Index: runtime/vm/flow_graph_compiler_arm.cc |
=================================================================== |
--- runtime/vm/flow_graph_compiler_arm.cc (revision 31745) |
+++ runtime/vm/flow_graph_compiler_arm.cc (working copy) |
@@ -719,7 +719,9 @@ |
void FlowGraphCompiler::EmitInstructionEpilogue(Instruction* instr) { |
- if (is_optimizing()) return; |
+ if (is_optimizing()) { |
+ return; |
+ } |
Definition* defn = instr->AsDefinition(); |
if ((defn != NULL) && defn->is_used()) { |
__ Push(defn->locs()->out().reg()); |