Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 5562ca0dccd3dc038e36b9bf5ed86d845f8e309b..e2964dd7c16d79d810e0055c4338330a39b3e26c 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -178,8 +178,7 @@ |
| V(ChangeTaggedToBit) \ |
| V(ChangeBitToTagged) \ |
| V(TruncateTaggedToWord32) \ |
| - V(TruncateTaggedToFloat64) \ |
| - V(TruncateTaggedToBit) |
| + V(TruncateTaggedToFloat64) |
| #define SIMPLIFIED_CHECKED_OP_LIST(V) \ |
| V(CheckedInt32Add) \ |