summaryrefslogtreecommitdiff
path: root/extraction
diff options
context:
space:
mode:
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index 02bdb60..b68c3a8 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -16,6 +16,7 @@ Require Floats.
Require RTLgen.
Require Inlining.
Require ConstpropOp.
+Require Constprop.
Require Coloring.
Require Allocation.
Require Compiler.
@@ -59,7 +60,7 @@ Extract Constant RTLtyping.infer_type_environment => "RTLtypingaux.infer_type_en
(* Constprop *)
Extract Constant ConstpropOp.propagate_float_constants =>
"fun _ -> !Clflags.option_ffloatconstprop >= 1".
-Extract Constant ConstpropOp.generate_float_constants =>
+Extract Constant Constprop.generate_float_constants =>
"fun _ -> !Clflags.option_ffloatconstprop >= 2".
(* Coloring *)