Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 3e9732dbab7f2a482bb84f5b17532a5488033118..7321adeafe607d138afabece57c8637ee8d3b4b6 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -413,6 +413,8 @@ |
| V(ImpossibleToFloat32) \ |
| V(ImpossibleToFloat64) \ |
| V(ImpossibleToTagged) \ |
| + V(ImpossibleToTaggedSigned) \ |
| + V(ImpossibleToTaggedPointer) \ |
| V(TruncateFloat64ToFloat32) \ |
| V(TruncateInt64ToInt32) \ |
| V(RoundFloat64ToInt32) \ |