aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-03 11:30:39 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-03 11:30:39 +0200
commitd9ac009e14007e7b7e45e82f6187ae31d14aee94 (patch)
tree5f0e12eccd40bcc688408cb5d07dc8d850832384 /driver/Driver.ml
parentcba53c98b999eea7984e4ffd24a9449abea3e0e2 (diff)
parentfb77ce264f957a1ee3f87e537b55afbb10785ecf (diff)
downloadcompcert-kvx-d9ac009e14007e7b7e45e82f6187ae31d14aee94.tar.gz
compcert-kvx-d9ac009e14007e7b7e45e82f6187ae31d14aee94.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-peephole
Diffstat (limited to 'driver/Driver.ml')
-rw-r--r--driver/Driver.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 804fc3c9..cfafcaa3 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -195,7 +195,7 @@ Processing options:
-fredundancy Perform redundancy elimination [on]
-fpostpass Perform postpass scheduling (only for K1 architecture) [on]
-fpostpass= <optim> Perform postpass scheduling with the specified optimization [list]
- (<optim>=list: list scheduling, <optim>=ilp: ILP, <optim>=dumb: just packing bundles)
+ (<optim>=list: list scheduling, <optim>=ilp: ILP, <optim>=greedy: just packing bundles)
-finline Perform inlining of functions [on]
-finline-functions-called-once Integrate functions only required by their
single caller [on]