Index: src/compiler/simplified-operator.cc |
diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc |
index fc6b6f05be926d706df79007aaaff3a929a20547..9b1135711bca8292a0be6af983876445c221a5aa 100644 |
--- a/src/compiler/simplified-operator.cc |
+++ b/src/compiler/simplified-operator.cc |
@@ -472,6 +472,7 @@ UnicodeEncoding UnicodeEncodingOf(const Operator* op) { |
V(ChangeTaggedToBit, Operator::kNoProperties, 1, 0) \ |
V(ChangeBitToTagged, Operator::kNoProperties, 1, 0) \ |
V(TruncateTaggedToBit, Operator::kNoProperties, 1, 0) \ |
+ V(TruncateTaggedPointerToBit, Operator::kNoProperties, 1, 0) \ |
V(TruncateTaggedToWord32, Operator::kNoProperties, 1, 0) \ |
V(TruncateTaggedToFloat64, Operator::kNoProperties, 1, 0) \ |
V(ObjectIsDetectableCallable, Operator::kNoProperties, 1, 0) \ |