Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 864e160a5b0f471bf07fe41061773ee796f3b8fa..cb03eed1b36c02f8b81e4e2c825b6755ebcae75f 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -269,6 +269,7 @@ |
V(TruncateFloat64ToFloat32) \ |
V(TruncateFloat64ToInt32) \ |
V(TruncateInt64ToInt32) \ |
+ V(RoundInt64ToFloat64) \ |
V(BitcastFloat32ToInt32) \ |
V(BitcastFloat64ToInt64) \ |
V(BitcastInt32ToFloat32) \ |