aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.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/Driver.ml
parent9f252d9055ad16f9433caaf41f6490e45424e88a (diff)
parent3d8775adf2e22c1e22cc45beaa97a25343c8d533 (diff)
downloadcompcert-kvx-f37547880890ec7ff2acfba89848944d492ce9ad.tar.gz
compcert-kvx-f37547880890ec7ff2acfba89848944d492ce9ad.zip
Merge branch 'BTL' into BTL-translation
Diffstat (limited to 'driver/Driver.ml')
-rw-r--r--driver/Driver.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index c9eacadc..7192ba4b 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -444,6 +444,8 @@ let cmdline_actions =
@ f_opt "madd" option_fmadd
@ f_opt "nontrap-loads" option_fnontrap_loads
@ f_opt "coalesce-mem" option_fcoalesce_mem
+ @ f_opt "expanse-rtlcond" option_fexpanse_rtlcond
+ @ f_opt "expanse-others" option_fexpanse_others
@ f_opt "all-loads-nontrap" option_all_loads_nontrap
@ f_opt "forward-moves" option_fforward_moves
(* Code generation options *)