aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-11 18:18:17 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-11 18:18:17 +0100
commitaf1b08974ff75966ec48b4d93d5da8b5a4beab43 (patch)
tree76405e7e720552ec89048bf4620550a3bd8bd3b6 /extraction
parentca1536a5d9e850cf9c86a70f421412d2c7bdff38 (diff)
parent9e706de1eb25d6d6dbeb1eb2ced71e48523a499f (diff)
downloadcompcert-kvx-af1b08974ff75966ec48b4d93d5da8b5a4beab43.tar.gz
compcert-kvx-af1b08974ff75966ec48b4d93d5da8b5a4beab43.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index bf51da42..79393cf8 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -108,8 +108,6 @@ Extract Constant Compopts.generate_float_constants =>
"fun _ -> !Clflags.option_ffloatconstprop >= 2".
Extract Constant Compopts.optim_tailcalls =>
"fun _ -> !Clflags.option_ftailcalls".
-Extract Constant Compopts.optim_duplicate =>
- "fun _ -> !Clflags.option_fduplicate".
Extract Constant Compopts.optim_constprop =>
"fun _ -> !Clflags.option_fconstprop".
Extract Constant Compopts.optim_CSE =>