Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 967bfb9d01c3e4e469f9e6b3eb23fa8fe721381b..5d9811cf44d744dabe139c693787003a96eb0132 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -281,6 +281,7 @@ |
V(NumberToBoolean) \ |
V(NumberToInt32) \ |
V(NumberToUint32) \ |
+ V(NumberToUint8Clamped) \ |
V(NumberSilenceNaN) |
#define SIMPLIFIED_OTHER_OP_LIST(V) \ |