| 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 91abef4c07a4920e04cc221c48bec609e7986bc8..f418598d727932526289c1e5a95ad145c9aa02ea 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -51,6 +51,11 @@ void FlowGraphCompiler::FinalizeExceptionHandlers(const Code& code) {
|
| }
|
|
|
|
|
| +void FlowGraphCompiler::FinalizeComments(const Code& code) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| } // namespace dart
|
|
|
| #endif // defined TARGET_ARCH_IA32
|
|
|