Add copyright notices and new function String.chomp
[ocaml.git] / asmcomp / selection.mli
blobab17b557d589378eac982238e34f57d94be5cf17
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 (* Selection of pseudo-instructions, assignment of pseudo-registers,
16 sequentialization. *)
18 val fundecl: Cmm.fundecl -> Mach.fundecl