Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 17269) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -4111,7 +4111,7 @@ |
| virtual bool AttributesEqual(Instruction* other) const; |
| - virtual bool AffectedBySideEffect() const { return false; } |
| + virtual bool AffectedBySideEffect() const; |
| Value* value() const { return inputs_[0]; } |