aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-01 12:41:52 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-01 12:41:52 +0200
commit55b06bcf438180ea78060e5fd4a3522286df7fa0 (patch)
treeb69cef9e508666a582a68c2ba7ab7e52b343d3dc /extraction
parent787c5a53503e838d7f604d0a20b62de6988cd488 (diff)
parentc34e25a208e092aff0b7dfa931b199df0ce3bc52 (diff)
downloadcompcert-kvx-55b06bcf438180ea78060e5fd4a3522286df7fa0.tar.gz
compcert-kvx-55b06bcf438180ea78060e5fd4a3522286df7fa0.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index f868264c..cb461361 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -108,6 +108,8 @@ 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 _ -> (if !Clflags.option_fduplicate = -1 then false else true)".
Extract Constant Compopts.optim_constprop =>
"fun _ -> !Clflags.option_fconstprop".
Extract Constant Compopts.optim_CSE =>