| Index: src/compiler/common-operator.cc
|
| diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc
|
| index d3f697256c6dfeb56f34667e136a3b55c30f61c1..93bb1f99372585cac60bd9dd68053e8963786d2f 100644
|
| --- a/src/compiler/common-operator.cc
|
| +++ b/src/compiler/common-operator.cc
|
| @@ -169,8 +169,8 @@ std::ostream& operator<<(std::ostream& os,
|
|
|
| #define CACHED_OP_LIST(V) \
|
| V(Dead, Operator::kFoldable, 0, 0, 0, 1, 1, 1) \
|
| - V(DeoptimizeIf, Operator::kFoldable, 2, 1, 1, 0, 0, 1) \
|
| - V(DeoptimizeUnless, Operator::kFoldable, 2, 1, 1, 0, 0, 1) \
|
| + V(DeoptimizeIf, Operator::kFoldable, 2, 1, 1, 0, 1, 1) \
|
| + V(DeoptimizeUnless, Operator::kFoldable, 2, 1, 1, 0, 1, 1) \
|
| V(IfTrue, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
|
| V(IfFalse, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
|
| V(IfSuccess, Operator::kKontrol, 0, 0, 1, 0, 0, 1) \
|
|
|