From f1f535cad98f3db3e586f0f7a2dbc329fc5bff6f Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 6 May 2020 20:16:08 +0200 Subject: CSE3 across merges --- 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 14d15ba6..d84a546d 100644 --- a/driver/Clflags.ml +++ b/driver/Clflags.ml @@ -30,6 +30,7 @@ let option_fcse2 = ref false let option_fcse3 = ref true let option_fcse3_alias_analysis = ref true let option_fcse3_across_calls = ref false +let option_fcse3_across_merges = ref true let option_fredundancy = ref true let option_fduplicate = ref (-1) let option_finvertcond = ref true -- cgit