Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index 23b7ef6453215b4b0e5d8b1ec7f684da30b51309..92c8ac420f71523c782c38e7436ab3ea47b138f0 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -129,6 +129,7 @@ class MachineOperatorBuilder FINAL { |
const Operator* Float64Mul(); |
const Operator* Float64Div(); |
const Operator* Float64Mod(); |
+ const Operator* Float64Sqrt(); |
// Floating point comparisons complying to IEEE 754. |
const Operator* Float64Equal(); |