From eb35c3000530e379dcd79e82f001a400be8b28e9 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Tue, 2 Mar 2021 20:27:34 +0100 Subject: Adding a flag to test fp_init_exp --- driver/Clflags.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/Clflags.ml') diff --git a/driver/Clflags.ml b/driver/Clflags.ml index 4cff3f28..8d85e93a 100644 --- a/driver/Clflags.ml +++ b/driver/Clflags.ml @@ -106,6 +106,7 @@ 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_fpconst = ref true let option_fforward_moves = ref false let option_fmove_loop_invariants = ref false let option_fnontrap_loads = ref true -- cgit