Index: src/compiler/x64/instruction-codes-x64.h |
diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h |
index 20b0ac88dda2ce653e680fb89ee2f486e760e837..a5b9cba9da765bfb81484114e863901e8f9b97df 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -78,6 +78,7 @@ namespace compiler { |
V(SSEFloat64ToInt32) \ |
V(SSEFloat64ToUint32) \ |
V(SSEInt32ToFloat64) \ |
+ V(SSEInt64ToFloat32) \ |
V(SSEInt64ToFloat64) \ |
V(SSEUint32ToFloat64) \ |
V(SSEFloat64ExtractLowWord32) \ |