aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-14 12:29:50 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-14 12:29:50 +0100
commit974755eb8323be50798255ecb20f676bcc4f0822 (patch)
tree56e9040d19f10e995bbbda2c3c1ac4a8fd938261 /driver
parent2d086fdfe0ee11204116f6bc442a35a00e77fe38 (diff)
downloadcompcert-kvx-974755eb8323be50798255ecb20f676bcc4f0822.tar.gz
compcert-kvx-974755eb8323be50798255ecb20f676bcc4f0822.zip
Fix --help for prepass (default on)
Diffstat (limited to 'driver')
-rw-r--r--driver/Driver.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 089cd423..b7ab9958 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -207,7 +207,7 @@ Processing options:
-fmove-loop-invariants Perform loop-invariant code motion [off]
-fredundancy Perform redundancy elimination [on]
-mtune= Type of CPU (for scheduling on some architectures)
- -fprepass Perform prepass scheduling (only on some architectures) [off]
+ -fprepass Perform prepass scheduling (only on some architectures) [on]
-fprepass= <optim> Perform postpass scheduling with the specified optimization [list]
(<optim>=list: list scheduling, <optim>=ilp: ILP, <optim>=greedy: just packing bundles)
-fpostpass Perform postpass scheduling (only for K1 architecture) [on]