Index: src/compiler/machine-operator.cc |
diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
index 0b6d3903babfd8d0b306b9fcf2cf1bf656295353..2351223890e7d266c55c18883795e48a2406daec 100644 |
--- a/src/compiler/machine-operator.cc |
+++ b/src/compiler/machine-operator.cc |
@@ -133,6 +133,8 @@ CheckedStoreRepresentation CheckedStoreRepresentationOf(Operator const* op) { |
V(Float64ExtractHighWord32, Operator::kNoProperties, 1, 0, 1) \ |
V(Float64InsertLowWord32, Operator::kNoProperties, 2, 0, 1) \ |
V(Float64InsertHighWord32, Operator::kNoProperties, 2, 0, 1) \ |
+ V(Float64Max, Operator::kNoProperties, 2, 0, 1) \ |
+ V(Float64Min, Operator::kNoProperties, 2, 0, 1) \ |
V(LoadStackPointer, Operator::kNoProperties, 0, 0, 1) |