| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc
|
| index 0545ffec776632667c5261d5a2b96b7db40e46b3..0fdaa205548079eee5468066a4e793c1f19532d9 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -620,7 +620,7 @@ void FlowGraphCompiler::EmitInstructionPrologue(Instruction* instr) {
|
|
|
| // TODO(vegorov): adjust assertion when we start removing comparison from the
|
| // graph when it is merged with a branch.
|
| - ASSERT(locs->is_call() ||
|
| + ASSERT(locs->always_calls() ||
|
| (locs->input_count() == instr->InputCount()));
|
| }
|
|
|
|
|