aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/RTLtoBTLaux.ml
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling/RTLtoBTLaux.ml')
-rw-r--r--scheduling/RTLtoBTLaux.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduling/RTLtoBTLaux.ml b/scheduling/RTLtoBTLaux.ml
index e709d846..3de82d96 100644
--- a/scheduling/RTLtoBTLaux.ml
+++ b/scheduling/RTLtoBTLaux.ml
@@ -101,8 +101,8 @@ let rtl2btl (f : RTL.coq_function) =
let btl = translate_function code entry join_points liveness in
let dm = PTree.map (fun n i -> n) btl in
(* TODO gourdinl move elsewhere *)
- debug "Entry %d\n" (p2i entry);
(*debug_flag := true;*)
+ debug "Entry %d\n" (p2i entry);
debug "RTL Code: ";
print_code code;
debug "BTL Code:\n";