Index: src/compiler/simplified-operator.cc |
diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc |
index f314d262a818c23632cbe9e24633ede791c8aa18..75b6e2215b38d5fe690c0d07b875e29b581157c8 100644 |
--- a/src/compiler/simplified-operator.cc |
+++ b/src/compiler/simplified-operator.cc |
@@ -65,6 +65,7 @@ struct StaticParameterTraits<ElementAccess> { |
#define PURE_OP_LIST(V) \ |
V(BooleanNot, Operator::kNoProperties, 1) \ |
+ V(BooleanToNumber, Operator::kNoProperties, 1) \ |
V(NumberEqual, Operator::kCommutative, 2) \ |
V(NumberLessThan, Operator::kNoProperties, 2) \ |
V(NumberLessThanOrEqual, Operator::kNoProperties, 2) \ |