Index: src/compiler/common-operator.h |
diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h |
index 52c0af29f913439cfcf4c460776232a1992d76b1..a3659adfc2a05cc56231037a54daab292d1288be 100644 |
--- a/src/compiler/common-operator.h |
+++ b/src/compiler/common-operator.h |
@@ -84,6 +84,7 @@ class CommonOperatorBuilder FINAL { |
const Operator* Int32Constant(int32_t); |
const Operator* Int64Constant(int64_t); |
+ const Operator* Float32Constant(volatile float); |
const Operator* Float64Constant(volatile double); |
const Operator* ExternalConstant(const ExternalReference&); |
const Operator* NumberConstant(volatile double); |