Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 38576) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -4252,6 +4252,7 @@ |
| return deopt_id_ != Isolate::kNoDeoptId; |
| } |
| + bool Typed32BitIsSmi() const; |
| virtual Representation representation() const; |
| virtual void InferRange(); |