Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 32376) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -4909,6 +4909,8 @@ |
| virtual bool MayThrow() const { return false; } |
| + Definition* Canonicalize(FlowGraph* flow_graph); |
| + |
| private: |
| const MethodRecognizer::Kind kind_; |