Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 13809) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -2695,6 +2695,10 @@ |
| virtual Representation representation() const; |
| + virtual bool AttributesEqual(Instruction* other) const; |
| + |
| + virtual bool AffectedBySideEffect() const { return true; } |
| + |
| private: |
| const intptr_t class_id_; |