aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-04-09 15:19:27 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-04-09 15:19:27 +0200
commitb0252257587f375408c4521dab1ca1396e96ab79 (patch)
tree049d2487d77d8424f31870f430341dcb23e2254d /driver
parent18312f0470cfb96e44ae1a26a24710cc1df3440d (diff)
downloadcompcert-kvx-b0252257587f375408c4521dab1ca1396e96ab79.tar.gz
compcert-kvx-b0252257587f375408c4521dab1ca1396e96ab79.zip
Remove flags
Diffstat (limited to 'driver')
-rw-r--r--driver/Clflags.ml2
-rw-r--r--driver/Driver.ml2
2 files changed, 0 insertions, 4 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index ed036f87..9b7b5c4d 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -105,8 +105,6 @@ 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 true
-let option_fexpanse_others = ref true
let option_fforward_moves = ref false
let option_fmove_loop_invariants = ref false
let option_fnontrap_loads = ref true
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 7192ba4b..c9eacadc 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -444,8 +444,6 @@ 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 *)