aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-01-28 13:59:55 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-01-28 13:59:55 +0100
commit5412aea57eafe2868244a514471d480b83fc51bd (patch)
tree1fcca72f850293171c49ad9560001ce9e89f1354 /driver/Clflags.ml
parent47bcd22f7e1febf10bd0629c1774b7ab39fac872 (diff)
downloadcompcert-kvx-5412aea57eafe2868244a514471d480b83fc51bd.tar.gz
compcert-kvx-5412aea57eafe2868244a514471d480b83fc51bd.zip
connected (just a silly problem)
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 2db9399f..b4ab51e7 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -26,6 +26,7 @@ let option_ffloatconstprop = ref 2
let option_ftailcalls = ref true
let option_fconstprop = ref true
let option_fcse = ref true
+let option_fcse2 = ref true
let option_fredundancy = ref true
let option_fifconversion = ref true
let option_Obranchless = ref false