5 lines
154 B
OCaml
5 lines
154 B
OCaml
|
(* Construction of the interference graph.
|
||
|
Annotate pseudoregs with interference lists and preference lists. *)
|
||
|
|
||
|
val build_graph: Mach.fundecl -> unit
|