Chromium Code Reviews| Index: dart/runtime/vm/intermediate_language.h |
| =================================================================== |
| --- dart/runtime/vm/intermediate_language.h (revision 42037) |
| +++ dart/runtime/vm/intermediate_language.h (working copy) |
| @@ -741,6 +741,8 @@ |
| lifetime_position_ = pos; |
| } |
| + bool HasUnmatchedInputRepresentations() const; |
| + |
| // Returns representation expected for the input operand at the given index. |
| virtual Representation RequiredInputRepresentation(intptr_t idx) const { |
| return kTagged; |