Index: src/compiler/machine-operator-reducer.cc |
diff --git a/src/compiler/machine-operator-reducer.cc b/src/compiler/machine-operator-reducer.cc |
index 936deca8b636deb3e1121cfb9cb360c6a23fc842..5e8444b28a3c936fefe67050bb1cfc026e4f526c 100644 |
--- a/src/compiler/machine-operator-reducer.cc |
+++ b/src/compiler/machine-operator-reducer.cc |
@@ -427,7 +427,6 @@ Reduction MachineOperatorReducer::Reduce(Node* node) { |
if (m.IsChangeInt32ToInt64()) return Replace(m.node()->InputAt(0)); |
break; |
} |
- // TODO(turbofan): strength-reduce and fold floating point operations. |
default: |
break; |
} |