Add copyright notices and new function String.chomp
[ocaml.git] / asmcomp / liveness.mli
blob3353b444391994137b0d5bf9767eb5538d1be447
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
6 (* *)
7 (* Copyright 1996 Institut National de Recherche en Informatique et *)
8 (* en Automatique. All rights reserved. This file is distributed *)
9 (* under the terms of the Q Public License version 1.0. *)
10 (* *)
11 (***********************************************************************)
13 (* $Id$ *)
15 (* Liveness analysis.
16 Annotate mach code with the set of regs live at each point. *)
18 open Format
20 val fundecl: formatter -> Mach.fundecl -> unit