18 lines
882 B
OCaml
18 lines
882 B
OCaml
(***********************************************************************)
|
|
(* *)
|
|
(* Objective Caml *)
|
|
(* *)
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
(* *)
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
|
(* Automatique. Distributed only by permission. *)
|
|
(* *)
|
|
(***********************************************************************)
|
|
|
|
(* $Id$ *)
|
|
|
|
(* Insert load/stores for pseudoregs that got assigned to stack locations. *)
|
|
|
|
val fundecl: Mach.fundecl -> Mach.fundecl * bool
|
|
|