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