Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 7f5cde78d3ac0f5ab1fc9ecfabf9132cc22defcf..9779f1fddcbe7d6ae1bd09549e3a32682f9f7e11 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -301,6 +301,8 @@ |
V(NumberToUint8Clamped) \ |
V(NumberSilenceNaN) |
+#define SIMPLIFIED_SPECULATIVE_NUMBER_UNOP_LIST(V) V(SpeculativeToNumber) |
+ |
#define SIMPLIFIED_OTHER_OP_LIST(V) \ |
V(PlainPrimitiveToNumber) \ |
V(PlainPrimitiveToWord32) \ |
@@ -356,6 +358,7 @@ |
SIMPLIFIED_NUMBER_BINOP_LIST(V) \ |
SIMPLIFIED_SPECULATIVE_NUMBER_BINOP_LIST(V) \ |
SIMPLIFIED_NUMBER_UNOP_LIST(V) \ |
+ SIMPLIFIED_SPECULATIVE_NUMBER_UNOP_LIST(V) \ |
SIMPLIFIED_OTHER_OP_LIST(V) |
// Opcodes for Machine-level operators. |