Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index f4c7ca2dbddefabbf7beb1012954de80057fe774..e1ae2d94fc176579194ec712d09d36e52427a1b4 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -236,6 +236,8 @@ |
| V(ChangeTaggedToBit) \ |
| V(ChangeBitToTagged) \ |
| V(CheckBounds) \ |
| + V(CheckTaggedPointer) \ |
| + V(CheckTaggedSigned) \ |
| V(CheckedUint32ToInt32) \ |
| V(CheckedFloat64ToInt32) \ |
| V(CheckedTaggedToInt32) \ |