aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 15:19:31 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 15:19:31 +0200
commit54b5f2c669c4c3153a0ea1a2112a2159cf04471c (patch)
treefd0d675db12adc9ead37ac028480f92bf8727589 /driver/Clflags.ml
parentc991b6f67778634cf1c8df5fb429a74d068c8fb8 (diff)
parent7b0d7a74ccfaf5843c41e2844e02e94e9a76bfd8 (diff)
downloadcompcert-kvx-54b5f2c669c4c3153a0ea1a2112a2159cf04471c.tar.gz
compcert-kvx-54b5f2c669c4c3153a0ea1a2112a2159cf04471c.zip
Merge remote-tracking branch 'origin/mppa-licm' into mppa-features
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index bb40844e..8f3b6605 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -25,10 +25,11 @@ let option_ffpu = ref true
let option_ffloatconstprop = ref 2
let option_ftailcalls = ref true
let option_fconstprop = ref true
-let option_fcse = ref false
+let option_fcse = ref true
let option_fcse2 = ref false
let option_fcse3 = ref true
let option_fcse3_alias_analysis = ref true
+let option_fcse3_across_calls = ref false
let option_fredundancy = ref true
let option_fduplicate = ref (-1)
let option_finvertcond = ref true
@@ -89,6 +90,6 @@ let option_fmove_loop_invariants = ref true
let option_fnontrap_loads = ref true
let option_all_loads_nontrap = ref false
let option_inline_auto_threshold = ref 0
-
let option_profile_arcs = ref false
let option_fbranch_probabilities = ref true
+let option_debug_compcert = ref 0