aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-02 19:00:21 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-02 19:09:01 +0100
commita100edde18de43cf933c0d53467e196541436e13 (patch)
treec61658fe90a30a76b1fa8560c1a2c81ee2955bf8 /driver
parent120857f71e64c7627d2921d00b804cbc49864042 (diff)
downloadcompcert-kvx-a100edde18de43cf933c0d53467e196541436e13.tar.gz
compcert-kvx-a100edde18de43cf933c0d53467e196541436e13.zip
start checking for bugs
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 bc8a7925..8286f4f3 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 true
+let option_fcse3_refine = ref false (* DM *)
let option_fredundancy = ref true
(** Options relative to superblock scheduling *)