aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-06 11:00:51 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-06 11:00:51 +0100
commit90e7548f0dae5be1c896fcb964a21fe70b514e0d (patch)
tree9f3886dc181105993d9da8a2832660c5b123c6ce /driver/Clflags.ml
parent1cd3c4c9b7372ca8de128a9ce60ed00210fd0e28 (diff)
parent7dca7590aa212806ee939244b253a6a067f34bfc (diff)
downloadcompcert-kvx-90e7548f0dae5be1c896fcb964a21fe70b514e0d.tar.gz
compcert-kvx-90e7548f0dae5be1c896fcb964a21fe70b514e0d.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index ba0246df..e373b2e1 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -28,6 +28,8 @@ let option_fconstprop = ref true
let option_fcse = ref true
let option_fcse2 = 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_fpostpass = ref true
let option_fpostpass_sched = ref "list"
let option_fifconversion = ref true