Chromium Code Reviews| Index: runtime/vm/intermediate_language.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language.cc (revision 27236) |
| +++ runtime/vm/intermediate_language.cc (working copy) |
| @@ -1835,9 +1835,6 @@ |
| deopt_id(), |
| token_pos()); |
| } |
| - if (function().name() == Symbols::EqualOperator().raw()) { |
| - compiler->EmitSuperEqualityCallPrologue(locs()->out().reg(), &skip_call); |
| - } |
| compiler->GenerateStaticCall(deopt_id(), |
| token_pos(), |
| function(), |