Index: src/compiler/operator-properties.cc |
diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc |
index 0d488d85140c1dd7e88c5a48f635853e1187974f..58a9fde7e7f6a9589794093f7261a8524eccebe8 100644 |
--- a/src/compiler/operator-properties.cc |
+++ b/src/compiler/operator-properties.cc |
@@ -32,7 +32,6 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) { |
// Strict equality cannot lazily deoptimize. |
case IrOpcode::kJSStrictEqual: |
- case IrOpcode::kJSStrictNotEqual: |
return false; |
// Binary operations |