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