Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 2e2d9ed4640420bce76e6543e57a35b8ce074931..07daa6afaf5457875b1bb4b55d7e90b8d17ade6e 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -273,6 +273,7 @@ |
V(TruncateFloat64ToInt32) \ |
V(TruncateInt64ToInt32) \ |
V(RoundInt64ToFloat64) \ |
+ V(RoundInt64ToFloat32) \ |
V(BitcastFloat32ToInt32) \ |
V(BitcastFloat64ToInt64) \ |
V(BitcastInt32ToFloat32) \ |