aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-11 11:00:15 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-11 11:00:15 +0200
commiteea5640e55890538fa43c3d5672853a0ae015b9c (patch)
tree0d98021282ad8d485b8538826133d7ab7e83f30b /driver/Clflags.ml
parent291b7bd92b510f9dd2edabcae49d13f8c7466c25 (diff)
downloadcompcert-kvx-eea5640e55890538fa43c3d5672853a0ae015b9c.tar.gz
compcert-kvx-eea5640e55890538fa43c3d5672853a0ae015b9c.zip
command line selection of prepass scheduler
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index fc5d9e45..829af76a 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -37,6 +37,7 @@ let option_fduplicate = ref (-1)
let option_finvertcond = ref true
let option_ftracelinearize = ref false
let option_fprepass = ref false
+let option_fprepass_sched = ref "list"
let option_fpostpass = ref true
let option_fpostpass_sched = ref "list"
let option_fifconversion = ref true