Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 8626) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -495,6 +495,8 @@ |
| virtual void PrintOperandsTo(BufferFormatter* f) const; |
| + bool VerifyComputation(); |
| + |
| private: |
| const intptr_t token_index_; |
| const intptr_t try_index_; |