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