| Index: src/compiler/opcodes.h
|
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
|
| index 6c9fc0b944cbc13e2161a4b184aba5c6810e88ab..49caf880b55d6a562055fe6e694a55f60f6c8cea 100644
|
| --- a/src/compiler/opcodes.h
|
| +++ b/src/compiler/opcodes.h
|
| @@ -200,12 +200,13 @@
|
| V(Int64UMod) \
|
| V(Int64LessThan) \
|
| V(Int64LessThanOrEqual) \
|
| - V(ConvertInt64ToInt32) \
|
| - V(ConvertInt32ToInt64) \
|
| V(ChangeInt32ToFloat64) \
|
| V(ChangeUint32ToFloat64) \
|
| V(ChangeFloat64ToInt32) \
|
| V(ChangeFloat64ToUint32) \
|
| + V(ChangeInt32ToInt64) \
|
| + V(ChangeUint32ToUint64) \
|
| + V(TruncateInt64ToInt32) \
|
| V(Float64Add) \
|
| V(Float64Sub) \
|
| V(Float64Mul) \
|
|
|