| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 501aa2bcc42314cef551575edf7ee340acdd61bb..d5f4c75ef9e66377dc0ce21547436e13d8e30326 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -33,6 +33,7 @@ int OperatorProperties::GetFrameStateInputCount(const Operator* op) {
|
| // Strict equality cannot lazily deoptimize.
|
| case IrOpcode::kJSStrictEqual:
|
| case IrOpcode::kJSStrictNotEqual:
|
| + case IrOpcode::kJSSameValueZero:
|
| return 0;
|
|
|
| // Binary operations
|
|
|