Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 897e3682871fd8db873fca1d7fbb72d0db366b1e..55394568cd9a07ca71132820877a50113735b78f 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -270,6 +270,7 @@ |
| V(ChangeFloat32ToFloat64) \ |
| V(ChangeFloat64ToInt32) \ |
| V(ChangeFloat64ToUint32) \ |
| + V(TruncateFloat32ToInt64) \ |
| V(TruncateFloat64ToInt64) \ |
| V(TruncateFloat64ToUint64) \ |
| V(ChangeInt32ToFloat64) \ |