aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-19 18:43:57 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-19 18:43:57 +0200
commitf37547880890ec7ff2acfba89848944d492ce9ad (patch)
tree3ad09350b0315d6461e516ba4a8df41d08194bcc /driver/Clflags.ml
parent9f252d9055ad16f9433caaf41f6490e45424e88a (diff)
parent3d8775adf2e22c1e22cc45beaa97a25343c8d533 (diff)
downloadcompcert-kvx-f37547880890ec7ff2acfba89848944d492ce9ad.tar.gz
compcert-kvx-f37547880890ec7ff2acfba89848944d492ce9ad.zip
Merge branch 'BTL' into BTL-translation
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 9b7b5c4d..fa17c2d9 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -105,6 +105,8 @@ let option_fmadd = ref true
let option_div_i32 = ref "stsud"
let option_div_i64 = ref "stsud"
let option_fcoalesce_mem = ref true
+let option_fexpanse_rtlcond = ref false
+let option_fexpanse_others = ref false
let option_fforward_moves = ref false
let option_fmove_loop_invariants = ref false
let option_fnontrap_loads = ref true