From fb77ce264f957a1ee3f87e537b55afbb10785ecf Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 3 May 2019 10:43:53 +0200 Subject: Renaming "dumb" scheduling into "greedy" --- driver/Driver.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/Driver.ml') 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= Perform postpass scheduling with the specified optimization [list] - (=list: list scheduling, =ilp: ILP, =dumb: just packing bundles) + (=list: list scheduling, =ilp: ILP, =greedy: just packing bundles) -finline Perform inlining of functions [on] -finline-functions-called-once Integrate functions only required by their single caller [on] -- cgit