| 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 86352cc491b03df24cef4cc6c6dc978111bb8f21..eae97e28972bb29ceacca4dd182ffd970cd70563 100644
|
| --- a/runtime/vm/flow_graph_compiler_dbc.cc
|
| +++ b/runtime/vm/flow_graph_compiler_dbc.cc
|
| @@ -209,7 +209,7 @@ void FlowGraphCompiler::RecordAfterCall(Instruction* instr) {
|
|
|
| void CompilerDeoptInfoWithStub::GenerateCode(FlowGraphCompiler* compiler,
|
| intptr_t stub_ix) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| }
|
|
|
|
|
|
|