Add copyright notices and new function String.chomp
[ocaml.git] / asmcomp / reload.mli
bloba562b4fbc05e91d76ea54a2b828e8e21c1975a0d
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 (* Insert load/stores for pseudoregs that got assigned to stack locations. *)
17 val fundecl: Mach.fundecl -> Mach.fundecl * bool