aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-09 08:46:25 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-09 08:46:25 +0100
commitcf8ff0b0407cd0b4981f363418fde7f96e95d6a5 (patch)
tree5d0d1ef4c81d09e29d9df2ff2d34f93be5f65144 /driver
parent816ff701ed0e448fccf0b19cfc08a91ace49123d (diff)
downloadcompcert-kvx-cf8ff0b0407cd0b4981f363418fde7f96e95d6a5.tar.gz
compcert-kvx-cf8ff0b0407cd0b4981f363418fde7f96e95d6a5.zip
CSE3 compiles again, but some admitted lemmas
Diffstat (limited to 'driver')
-rw-r--r--driver/Clflags.ml2
1 files changed, 1 insertions, 1 deletions
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 *)