aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/PrintBTL.ml
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling/PrintBTL.ml')
-rw-r--r--scheduling/PrintBTL.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/scheduling/PrintBTL.ml b/scheduling/PrintBTL.ml
index 0ed3981d..502565c2 100644
--- a/scheduling/PrintBTL.ml
+++ b/scheduling/PrintBTL.ml
@@ -101,6 +101,8 @@ let print_btl_code pp btl is_rec =
fprintf pp "\n";
List.iter
(fun (n, ibf) ->
+ fprintf pp "[BTL Liveness]\n";
+ print_regset ibf.input_regs;
fprintf pp "[BTL block %d]\n" (P.to_int n);
print_iblock pp is_rec " " ibf.entry;
fprintf pp "\n")