Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.cc (revision 25997) |
| +++ runtime/vm/flow_graph_compiler.cc (working copy) |
| @@ -152,7 +152,6 @@ |
| if (is_leaf) { |
| // Remove the stack overflow check at function entry. |
| Instruction* first = flow_graph_.graph_entry()->normal_entry()->next(); |
| - ASSERT(first->IsCheckStackOverflow()); |
| if (first->IsCheckStackOverflow()) first->RemoveFromGraph(); |
| } |
| } |