Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 8df26770f95717f01968a1aaab9924a9a048645d..411712c3b7c549f424789bd394069520e0876138 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -202,7 +202,8 @@ |
V(ChangeBitToTagged) \ |
V(TruncateTaggedToWord32) \ |
V(TruncateTaggedToFloat64) \ |
- V(TruncateTaggedToBit) |
+ V(TruncateTaggedToBit) \ |
+ V(TruncateTaggedPointerToBit) |
#define SIMPLIFIED_CHECKED_OP_LIST(V) \ |
V(CheckedInt32Add) \ |