aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/InstructionScheduler.mli
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling/InstructionScheduler.mli')
-rw-r--r--scheduling/InstructionScheduler.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/scheduling/InstructionScheduler.mli b/scheduling/InstructionScheduler.mli
index e7f9e7db..9b6f7a3c 100644
--- a/scheduling/InstructionScheduler.mli
+++ b/scheduling/InstructionScheduler.mli
@@ -29,9 +29,9 @@ type problem = {
typing : RTLtyping.regenv;
(** Register type map. *)
- pressure_deltas : int array array;
- (** At index (i, j), the pressure delta for instruction i, for
- register class j. *)
+ reference_counting : ((Registers.reg, int * int) Hashtbl.t
+ * (Registers.reg list array)) option;
+ (** See RTLpathScheduleraux.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] *)