2016-02-18 07:11:59 -08:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* OCaml *)
|
|
|
|
(* *)
|
|
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
|
|
|
(* en Automatique. *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. This file is distributed under the terms of *)
|
|
|
|
(* the GNU Lesser General Public License version 2.1, with the *)
|
|
|
|
(* special exception on linking described in the file LICENSE. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
1995-08-09 08:06:35 -07:00
|
|
|
|
2010-01-22 04:48:24 -08:00
|
|
|
(* Insertion of moves to suggest possible spilling / reloading points
|
1995-06-15 01:17:29 -07:00
|
|
|
before register allocation. *)
|
|
|
|
|
|
|
|
val fundecl: Mach.fundecl -> Mach.fundecl
|
2014-05-09 05:22:35 -07:00
|
|
|
val reset : unit -> unit
|