| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc
|
| index 161a627bc5fcf700f97b0de28ed129997030f2c2..53ea42993e0c76fff3b65a1db901d6e4010af844 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.cc
|
| +++ b/runtime/vm/flow_graph_compiler_x64.cc
|
| @@ -625,7 +625,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()));
|
| }
|
|
|
|
|