Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 2b49b63c9039514cfdf4e5cc4c094ec5cfb46627..e00671452893c2f2c4252ee0b07d95bba850c6b0 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -261,6 +261,7 @@ |
V(TruncateFloat64ToFloat32) \ |
V(TruncateFloat64ToInt32) \ |
V(TruncateInt64ToInt32) \ |
+ V(TruncateInt64ToFloat64) \ |
V(Float32Add) \ |
V(Float32Sub) \ |
V(Float32Mul) \ |