From efe858437dae74e6de2b52e7676ae9f976a22941 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 2 Feb 2021 15:28:08 +0100 Subject: make branchless the default --- driver/Clflags.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/Clflags.ml b/driver/Clflags.ml index 9b7b5c4d..9cced8b1 100644 --- a/driver/Clflags.ml +++ b/driver/Clflags.ml @@ -57,7 +57,7 @@ let option_fpostpass = ref true let option_fpostpass_sched = ref "list" let option_fifconversion = ref true -let option_Obranchless = ref false +let option_Obranchless = ref true (* DM TODO *) let option_falignfunctions = ref (None: int option) let option_falignbranchtargets = ref 0 let option_faligncondbranchs = ref 0 -- cgit