Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 6195) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -635,7 +635,6 @@ |
| const Class& cls = Class::Handle(function.signature_class()); |
| if (cls.HasTypeArguments()) { |
| - UNIMPLEMENTED(); // We should have bailed out. |
| __ popq(RCX); // Discard type arguments. |
| } |
| if (function.IsImplicitInstanceClosureFunction()) { |