| Index: src/compiler/opcodes.h
|
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
|
| index c1b5945e6070e0bcb8d6eff981c57792f67c9538..a28915ec8709deb046002d88fdb22421b9c78a49 100644
|
| --- a/src/compiler/opcodes.h
|
| +++ b/src/compiler/opcodes.h
|
| @@ -407,12 +407,6 @@
|
| V(ChangeInt32ToInt64) \
|
| V(ChangeUint32ToFloat64) \
|
| V(ChangeUint32ToUint64) \
|
| - V(ImpossibleToBit) \
|
| - V(ImpossibleToWord32) \
|
| - V(ImpossibleToWord64) \
|
| - V(ImpossibleToFloat32) \
|
| - V(ImpossibleToFloat64) \
|
| - V(ImpossibleToTagged) \
|
| V(TruncateFloat64ToFloat32) \
|
| V(TruncateInt64ToInt32) \
|
| V(RoundFloat64ToInt32) \
|
|
|