Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index d94c60d468d4ee2646a60f98d106e81e12d1195a..85652a3a4d0c29e3faa33cfb315b7e688a93894f 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -273,8 +273,9 @@ |
V(TruncateFloat64ToFloat32) \ |
V(TruncateFloat64ToInt32) \ |
V(TruncateInt64ToInt32) \ |
- V(RoundInt64ToFloat64) \ |
V(RoundInt64ToFloat32) \ |
+ V(RoundInt64ToFloat64) \ |
+ V(RoundUint64ToFloat64) \ |
V(BitcastFloat32ToInt32) \ |
V(BitcastFloat64ToInt64) \ |
V(BitcastInt32ToFloat32) \ |