Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 8ba5d74ffa29a8ccbc9bf0897edb8bf041322144..b0529436f147243451d003fe532708c0c0c29fbc 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -192,6 +192,7 @@ |
| V(CheckedInt32Mul) \ |
| V(CheckedUint32ToInt32) \ |
| V(CheckedFloat64ToInt32) \ |
| + V(CheckedTaggedSignedToInt32) \ |
| V(CheckedTaggedToInt32) \ |
| V(CheckedTruncateTaggedToWord32) \ |
| V(CheckedTaggedToFloat64) |