aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/InstructionScheduler.mli
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/InstructionScheduler.mli')
-rw-r--r--mppa_k1c/InstructionScheduler.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/InstructionScheduler.mli b/mppa_k1c/InstructionScheduler.mli
index 701ccb25..f91c2d06 100644
--- a/mppa_k1c/InstructionScheduler.mli
+++ b/mppa_k1c/InstructionScheduler.mli
@@ -63,7 +63,7 @@ Once a clock tick is full go to the next.
val list_scheduler : problem -> solution option
(** Schedule the problem using the order of instructions without any reordering *)
-val dumb_scheduler : problem -> solution option
+val greedy_scheduler : problem -> solution option
(** Schedule a problem using a scheduler applied in the opposite direction, e.g. for list scheduling from the end instead of the start. BUGGY *)
val schedule_reversed : scheduler -> problem -> int array option