Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 4cad4ea48a109ab61d193dd3479e8bb6418f6cba..39d370d308136feac74f4aba0cb78ce6c04840d9 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -175,6 +175,9 @@ |
#define SIMPLIFIED_OP_LIST(V) \ |
SIMPLIFIED_COMPARE_BINOP_LIST(V) \ |
+ V(PlainPrimitiveToNumber) \ |
+ V(PlainPrimitiveToWord32) \ |
+ V(PlainPrimitiveToFloat64) \ |
V(BooleanNot) \ |
V(BooleanToNumber) \ |
V(SpeculativeNumberAdd) \ |