| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 7b0e38b3107881ced27b439f26fbb1cef36e49ff..558436e10fdcba3e460be95a676fd4ce9ede84fa 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -219,7 +219,7 @@ void FlowGraphCompiler::VisitBlocks() {
|
| continue;
|
| }
|
|
|
| - entry->PrepareEntry(this);
|
| + entry->EmitNativeCode(this);
|
| // Compile all successors until an exit, branch, or a block entry.
|
| for (ForwardInstructionIterator it(entry); !it.Done(); it.Advance()) {
|
| Instruction* instr = it.Current();
|
|
|