aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/lib/RTLpathScheduleraux.ml
blob: 1017cf63be8bea8a0c85c5b3ddf7c39ddbd4798a (plain)
1
2
3
4
5
6
7
8
open RTLpath
open RTL
open Maps

let scheduler f =
  let code = f.fn_RTL.fn_code in
  let id_ptree = PTree.map (fun n i -> n) code in
  (code, id_ptree)