Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 31223) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -2629,6 +2629,7 @@ |
| DECLARE_INSTRUCTION(AssertAssignable) |
| virtual CompileType* ComputeInitialType() const; |
| + virtual bool RecomputeType(); |
| Value* value() const { return inputs_[0]; } |
| Value* instantiator() const { return inputs_[1]; } |