From cf8ff0b0407cd0b4981f363418fde7f96e95d6a5 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 9 Dec 2020 08:46:25 +0100 Subject: CSE3 compiles again, but some admitted lemmas --- driver/Clflags.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver') diff --git a/driver/Clflags.ml b/driver/Clflags.ml index eebc170a..991720bf 100644 --- a/driver/Clflags.ml +++ b/driver/Clflags.ml @@ -34,7 +34,7 @@ let option_fcse3_across_calls = ref false let option_fcse3_across_merges = ref true let option_fcse3_glb = ref true let option_fcse3_trivial_ops = ref false -let option_fcse3_refine = ref false (* DM *) +let option_fcse3_refine = ref true let option_fredundancy = ref true (** Options relative to superblock scheduling *) -- cgit