| Index: src/compiler/ia32/instruction-codes-ia32.h
|
| diff --git a/src/compiler/ia32/instruction-codes-ia32.h b/src/compiler/ia32/instruction-codes-ia32.h
|
| index d8ea014a934d86aec3896976c12ba991e935bcae..00f30c49e1d3448be40c235c16b38f27ebf8584b 100644
|
| --- a/src/compiler/ia32/instruction-codes-ia32.h
|
| +++ b/src/compiler/ia32/instruction-codes-ia32.h
|
| @@ -34,6 +34,8 @@ namespace compiler {
|
| V(SSEFloat64Mul) \
|
| V(SSEFloat64Div) \
|
| V(SSEFloat64Mod) \
|
| + V(SSEFloat32ToFloat64) \
|
| + V(SSEFloat64ToFloat32) \
|
| V(SSEFloat64ToInt32) \
|
| V(SSEFloat64ToUint32) \
|
| V(SSEInt32ToFloat64) \
|
|
|