Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 659477a6e79075557098449e9f1ae6d1313a448a..35e07c3d7fb50c9a08a2ee3e247a9587f4c5238d 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -267,7 +267,7 @@ |
| V(ChangeFloat32ToFloat64) \ |
| V(ChangeFloat64ToInt32) \ |
| V(ChangeFloat64ToUint32) \ |
| - V(ChangeFloat64ToInt64) \ |
| + V(TruncateFloat64ToInt64) \ |
| V(TruncateFloat64ToUint64) \ |
| V(ChangeInt32ToFloat64) \ |
| V(ChangeInt32ToInt64) \ |