| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 9728)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -642,7 +642,6 @@
|
| // TODO(vegorov): adjust assertion when we start removing comparison from the
|
| // graph when it is merged with a branch.
|
| ASSERT(locs->is_call() ||
|
| - (instr->IsBranch() && instr->AsBranch()->is_fused_with_comparison()) ||
|
| (locs->input_count() == instr->InputCount()));
|
| }
|
|
|
|
|