aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index d5f3aca5..a817b56a 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -42,6 +42,8 @@ let option_funrollsingle = ref 0 (* unroll a single iteration of innermost loops
let option_funrollbody = ref 0 (* unroll the body of innermost loops of size n *)
(* Scheduling *)
+let option_mtune = ref ""
+
let option_fprepass = ref false
let option_fprepass_sched = ref "list"