Chromium Code Reviews| 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) \ |
|
titzer
2014/09/17 12:01:22
Should be pure. And I think the Number operators s
Michael Starzinger
2014/09/17 12:43:28
Acknowledged. I agree, please appreciate kPure bei
|
| V(NumberEqual, Operator::kCommutative, 2) \ |
| V(NumberLessThan, Operator::kNoProperties, 2) \ |
| V(NumberLessThanOrEqual, Operator::kNoProperties, 2) \ |