ocaml/asmcomp/liveness.mli

18 lines
876 B
OCaml
Raw Normal View History

(***********************************************************************)
(* *)
(* Caml Special Light *)
(* *)
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1995 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id$ *)
(* Liveness analysis.
Annotate mach code with the set of regs live at each point. *)
val fundecl: Mach.fundecl -> unit