| Index: src/compiler/opcodes.h
|
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
|
| index 99b778c9bce3436cae11afe8632acb88af41147d..8c9a11aa962bd6cb028b3796da4565fbd5e4bec8 100644
|
| --- a/src/compiler/opcodes.h
|
| +++ b/src/compiler/opcodes.h
|
| @@ -179,6 +179,7 @@
|
| V(ChangeInt32ToTagged) \
|
| V(ChangeUint32ToTagged) \
|
| V(ChangeFloat64ToTagged) \
|
| + V(ChangeFloat64ToTaggedPointer) \
|
| V(ChangeTaggedToBit) \
|
| V(ChangeBitToTagged) \
|
| V(TruncateTaggedToWord32) \
|
| @@ -201,7 +202,8 @@
|
| V(CheckedTaggedToInt32) \
|
| V(CheckedTruncateTaggedToWord32) \
|
| V(CheckedTaggedToFloat64) \
|
| - V(CheckedTaggedToTaggedSigned)
|
| + V(CheckedTaggedToTaggedSigned) \
|
| + V(CheckedTaggedToTaggedPointer)
|
|
|
| #define SIMPLIFIED_COMPARE_BINOP_LIST(V) \
|
| V(NumberEqual) \
|
|
|