From ddc17a17408541efa8b23afa3e6ccad1e6ce0b6e Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Wed, 1 Sep 2021 16:57:12 +0200 Subject: cleanup --- scheduling/InstructionScheduler.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scheduling/InstructionScheduler.mli') diff --git a/scheduling/InstructionScheduler.mli b/scheduling/InstructionScheduler.mli index 48c7bc09..29b05b6c 100644 --- a/scheduling/InstructionScheduler.mli +++ b/scheduling/InstructionScheduler.mli @@ -31,7 +31,7 @@ type problem = { reference_counting : ((Registers.reg, int * int) Hashtbl.t * ((Registers.reg * bool) list array)) option; - (** See RTLpathScheduleraux.reference_counting. *) + (** See BTLScheduleraux.reference_counting. *) instruction_usages: int array array; (** At index {i i} the vector of resources used by instruction number {i i}. It must be the same length as [resource_bounds] *) -- cgit