| Index: src/compiler/x87/instruction-codes-x87.h
|
| diff --git a/src/compiler/x87/instruction-codes-x87.h b/src/compiler/x87/instruction-codes-x87.h
|
| index b498d9c59cca1d64b86dad50d053380267eac4ef..edfc6b96de348e6fcbfa35961976d8ce7d96b67a 100644
|
| --- a/src/compiler/x87/instruction-codes-x87.h
|
| +++ b/src/compiler/x87/instruction-codes-x87.h
|
| @@ -57,6 +57,7 @@ namespace compiler {
|
| V(X87Float32ToFloat64) \
|
| V(X87Uint32ToFloat64) \
|
| V(X87Float64ToInt32) \
|
| + V(X87Float32ToInt32) \
|
| V(X87Float64ToFloat32) \
|
| V(X87Float64ToUint32) \
|
| V(X87Float64ExtractHighWord32) \
|
|
|