aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index a7fe8f9f..f58991aa 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -113,8 +113,6 @@ Extract Constant Compopts.optim_redundancy =>
"fun _ -> !Clflags.option_fredundancy".
Extract Constant Compopts.optim_postpass =>
"fun _ -> !Clflags.option_fpostpass".
-Extract Constant Compopts.optim_pp_optimizer =>
- "fun _ -> !Clflags.option_pp_optimizer".
Extract Constant Compopts.thumb =>
"fun _ -> !Clflags.option_mthumb".
Extract Constant Compopts.debug =>
@@ -193,4 +191,4 @@ Separate Extraction
Floats.Float32.from_parsed Floats.Float.from_parsed
Globalenvs.Senv.invert_symbol
Parser.translation_unit_file
- Compopts.optim_postpass Compopts.optim_pp_optimizer.
+ Compopts.optim_postpass.