| 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 97d2a60ce8ccdc61b5a346803c062543c771ea46..b5c20acd87feac633e0876cce1b2ad2b5a3c4f3c 100644
 | 
| --- a/src/compiler/x64/instruction-codes-x64.h
 | 
| +++ b/src/compiler/x64/instruction-codes-x64.h
 | 
| @@ -91,6 +91,7 @@ namespace compiler {
 | 
|    V(SSEUint64ToFloat32)            \
 | 
|    V(SSEUint64ToFloat64)            \
 | 
|    V(SSEUint32ToFloat64)            \
 | 
| +  V(SSEUint32ToFloat32)            \
 | 
|    V(SSEFloat64ExtractLowWord32)    \
 | 
|    V(SSEFloat64ExtractHighWord32)   \
 | 
|    V(SSEFloat64InsertLowWord32)     \
 | 
| 
 |