aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-01-27 11:43:00 +0100
committerCyril SIX <cyril.six@kalray.eu>2020-01-27 11:43:00 +0100
commit893827f54addca2facc19a8f342b380d63114130 (patch)
treea6dd12cc5313a996d94806b5c6711f27ef361064 /driver/Clflags.ml
parent8aa9cb8c221ad4f2d27a7c54eca256bc70425aff (diff)
downloadcompcert-kvx-893827f54addca2facc19a8f342b380d63114130.tar.gz
compcert-kvx-893827f54addca2facc19a8f342b380d63114130.zip
Added a flag to desactivate tail duplication
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 9aa4a2bf..67ec9702 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -24,6 +24,7 @@ let option_fpacked_structs = ref false
let option_ffpu = ref true
let option_ffloatconstprop = ref 2
let option_ftailcalls = ref true
+let option_fduplicate = ref true
let option_fconstprop = ref true
let option_fcse = ref true
let option_fredundancy = ref true