| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index a266402f8f6989609cc3cbcfcb3a2e28bb5b70b4..b1b982ca071a6fc3535c7db4ebb337dff5d2d5ef 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -1779,7 +1779,8 @@ class Definition : public Instruction {
|
| void ClearSSATempIndex() { ssa_temp_index_ = -1; }
|
| bool HasPairRepresentation() const {
|
| return (representation() == kPairOfTagged) ||
|
| - (representation() == kPairOfUnboxedDouble);
|
| + (representation() == kPairOfUnboxedDouble) ||
|
| + (representation() == kUnboxedMint);
|
| }
|
|
|
| // Compile time type of the definition, which may be requested before type
|
|
|