aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
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