| 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 7b98144728be5ec927970ca2f271b50ffe62d28a..24f68e93f93b234bda1dfae02ee5a6f2643595b0 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -987,6 +987,8 @@ void FlowGraphCompiler::GenerateInlinedSetter(intptr_t offset) {
|
| }
|
|
|
|
|
| +// NOTE: If the entry code shape changes, ReturnAddressLocator in profiler.cc
|
| +// needs to be updated to match.
|
| void FlowGraphCompiler::EmitFrameEntry() {
|
| const Function& function = parsed_function().function();
|
| if (CanOptimizeFunction() &&
|
|
|