Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 22436) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -44,6 +44,8 @@ |
| void InferSmiRanges(); |
| + void AnalyzeTryCatch(); |
| + |
| virtual void VisitStaticCall(StaticCallInstr* instr); |
| virtual void VisitInstanceCall(InstanceCallInstr* instr); |
| virtual void VisitRelationalOp(RelationalOpInstr* instr); |