| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 15292)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -1599,7 +1599,8 @@
|
| // arguments: <ArgumentList> }
|
| void EffectGraphVisitor::VisitStaticCallNode(StaticCallNode* node) {
|
| if (node->function().name() == Symbols::Identical()) {
|
| - // Attempt to replace identical with strcit equal early on.
|
| + // Attempt to replace top level defined 'identical' from the core
|
| + // library with strict equal early on.
|
| // TODO(hausner): Evaluate if this can happen at AST building time.
|
| const Class& cls = Class::Handle(node->function().Owner());
|
| if (cls.IsTopLevel()) {
|
|
|