Index: src/compiler/js-type-hint-lowering.cc |
diff --git a/src/compiler/js-type-hint-lowering.cc b/src/compiler/js-type-hint-lowering.cc |
index 59c4d17ca9683fe988aaba543beb13217d5140cc..c6f61439e3c2f6cb4f49e63761e28456da4b5293 100644 |
--- a/src/compiler/js-type-hint-lowering.cc |
+++ b/src/compiler/js-type-hint-lowering.cc |
@@ -191,7 +191,6 @@ Reduction JSTypeHintLowering::ReduceBinaryOperation(const Operator* op, |
case IrOpcode::kJSEqual: |
case IrOpcode::kJSStrictEqual: |
case IrOpcode::kJSNotEqual: |
- case IrOpcode::kJSStrictNotEqual: |
break; |
case IrOpcode::kJSLessThan: |
case IrOpcode::kJSGreaterThan: |