Index: src/compiler/machine-operator-reducer.cc |
diff --git a/src/compiler/machine-operator-reducer.cc b/src/compiler/machine-operator-reducer.cc |
index d0e1eb1ab7167e311f6f27635e4c4d29ec080206..54ac61777599f85b2c93957c8328365f412c8dee 100644 |
--- a/src/compiler/machine-operator-reducer.cc |
+++ b/src/compiler/machine-operator-reducer.cc |
@@ -400,11 +400,6 @@ |
return ReplaceFloat64( |
base::ieee754::atan2(m.left().Value(), m.right().Value())); |
} |
- break; |
- } |
- case IrOpcode::kFloat64Exp: { |
- Float64Matcher m(node->InputAt(0)); |
- if (m.HasValue()) return ReplaceFloat64(base::ieee754::exp(m.Value())); |
break; |
} |
case IrOpcode::kFloat64Log: { |