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