aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
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 a5b47264..60d532db 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -48,7 +48,7 @@ let option_flooprotate = ref 0 (* rotate the innermost loops to have the conditi
(* Scheduling *)
let option_mtune = ref ""
-let option_fprepass = ref false
+let option_fprepass = ref true
let option_fprepass_sched = ref "list"
let option_fpostpass = ref true