Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 2fa550b623b1fe44cc134e9838f4b0499b07a38f..d7873ac1ed077f4c72b540f1a3858e9deccbc02a 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -154,6 +154,7 @@ MachineRepresentation AtomicStoreRepresentationOf(Operator const* op) { |
V(Float32Div, Operator::kNoProperties, 2, 0, 1) \ |
V(Float32Sqrt, Operator::kNoProperties, 1, 0, 1) \ |
V(Float64Abs, Operator::kNoProperties, 1, 0, 1) \ |
+ V(Float64Log, Operator::kNoProperties, 1, 0, 1) \ |
V(Float64Add, Operator::kCommutative, 2, 0, 1) \ |
V(Float64Sub, Operator::kNoProperties, 2, 0, 1) \ |
V(Float64SubPreserveNan, Operator::kNoProperties, 2, 0, 1) \ |