| Index: runtime/vm/flow_graph_compiler_dbc.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_dbc.cc b/runtime/vm/flow_graph_compiler_dbc.cc
|
| index 2f3ff8e6ceec2e3fc8d0ebc9f2ee0ebcd5609c4d..92ba799b2a277e1b4d20667c0e2e711498c03315 100644
|
| --- a/runtime/vm/flow_graph_compiler_dbc.cc
|
| +++ b/runtime/vm/flow_graph_compiler_dbc.cc
|
| @@ -132,7 +132,6 @@ void FlowGraphCompiler::EmitInstructionEpilogue(Instruction* instr) {
|
| (defn->tag() != Instruction::kStoreLocal) &&
|
| (defn->tag() != Instruction::kStoreInstanceField) &&
|
| (defn->tag() != Instruction::kDropTemps) &&
|
| - (defn->tag() != Instruction::kPushTemp) &&
|
| !defn->HasTemp()) {
|
| __ Drop1();
|
| }
|
|
|