| 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..c004795f36e75c3d4cfbd602fdb77553f41f501a 100644
|
| --- a/src/compiler/x64/instruction-codes-x64.h
|
| +++ b/src/compiler/x64/instruction-codes-x64.h
|
| @@ -64,6 +64,7 @@ namespace compiler {
|
| V(SSEFloat32Min) \
|
| V(SSEFloat32ToFloat64) \
|
| V(SSEFloat32ToInt32) \
|
| + V(SSEFloat32ToUint32) \
|
| V(SSEFloat32Round) \
|
| V(SSEFloat64Cmp) \
|
| V(SSEFloat64Add) \
|
|
|