aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-05-03 10:43:53 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-05-03 10:43:53 +0200
commitfb77ce264f957a1ee3f87e537b55afbb10785ecf (patch)
treee65797eee4cac155a9c87b2ca0ed35b2bb848bdf /driver/Driver.ml
parent6783207fa4282f53af1da8bf09e4819716acde64 (diff)
downloadcompcert-kvx-fb77ce264f957a1ee3f87e537b55afbb10785ecf.tar.gz
compcert-kvx-fb77ce264f957a1ee3f87e537b55afbb10785ecf.zip
Renaming "dumb" scheduling into "greedy"
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 35b5db86..3b0830ad 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]