From 52378f0600652a94edcc8c78e4b426243f717a89 Mon Sep 17 00:00:00 2001 From: "nicolas.nardino" Date: Tue, 8 Jun 2021 15:11:03 +0200 Subject: Add some tests --- scheduling/RTLpathScheduleraux.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scheduling') diff --git a/scheduling/RTLpathScheduleraux.ml b/scheduling/RTLpathScheduleraux.ml index 8e7f0dfa..24fef3e8 100644 --- a/scheduling/RTLpathScheduleraux.ml +++ b/scheduling/RTLpathScheduleraux.ml @@ -17,7 +17,7 @@ let print_superblock (sb: superblock) code = begin debug "{ instructions = "; print_instructions (Array.to_list insts) code; debug "\n"; debug " liveins = "; print_ptree_regset li; debug "\n"; - debug " output_regs = "; print_regset outs; debug "}" + debug " output_regs = "; print_regset outs; debug "\n}" end let print_superblocks lsb code = -- cgit