aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-05-06 22:33:02 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-05-06 22:33:02 +0200
commit6171f6a0880acbf0d007a7715cc37984ac25d851 (patch)
tree6d9fdc4e935a6c616623f3dc1529a0945f8d79d2 /driver/Clflags.ml
parentf1f535cad98f3db3e586f0f7a2dbc329fc5bff6f (diff)
downloadcompcert-kvx-6171f6a0880acbf0d007a7715cc37984ac25d851.tar.gz
compcert-kvx-6171f6a0880acbf0d007a7715cc37984ac25d851.zip
-fcse3-glb
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index d84a546d..b0d3740e 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -31,6 +31,7 @@ let option_fcse3 = ref true
let option_fcse3_alias_analysis = ref true
let option_fcse3_across_calls = ref false
let option_fcse3_across_merges = ref true
+let option_fcse3_glb = ref true
let option_fredundancy = ref true
let option_fduplicate = ref (-1)
let option_finvertcond = ref true