aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-05-06 20:16:08 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-05-06 20:16:08 +0200
commitf1f535cad98f3db3e586f0f7a2dbc329fc5bff6f (patch)
tree1a4fed5a512a4db2c62472ba7ee2e7cf2810ed3c /driver/Clflags.ml
parentb679621ac631ac2783bfd391042d30c120b5a220 (diff)
downloadcompcert-kvx-f1f535cad98f3db3e586f0f7a2dbc329fc5bff6f.tar.gz
compcert-kvx-f1f535cad98f3db3e586f0f7a2dbc329fc5bff6f.zip
CSE3 across merges
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 14d15ba6..d84a546d 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -30,6 +30,7 @@ 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_fcse3_across_merges = ref true
let option_fredundancy = ref true
let option_fduplicate = ref (-1)
let option_finvertcond = ref true