aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
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 /driver/Clflags.ml
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 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index f4022941..7e3b23d8 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -29,8 +29,8 @@ let option_fcse = ref true
let option_fcse2 = ref true
let option_fcse3 = ref true
let option_fredundancy = ref true
-let option_fduplicate = ref false
-let option_finvertcond = ref true (* only active if option_fduplicate is also true *)
+let option_fduplicate = ref 0
+let option_finvertcond = ref true
let option_ftracelinearize = ref false
let option_fpostpass = ref true
let option_fpostpass_sched = ref "list"