17 lines
861 B
OCaml
17 lines
861 B
OCaml
|
(***********************************************************************)
|
||
|
(* *)
|
||
|
(* Objective Caml *)
|
||
|
(* *)
|
||
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
||
|
(* *)
|
||
|
(* Copyright 1999 Institut National de Recherche en Informatique et *)
|
||
|
(* en Automatique. Distributed only by permission. *)
|
||
|
(* *)
|
||
|
(***********************************************************************)
|
||
|
|
||
|
(* $Id$ *)
|
||
|
|
||
|
(* Combine heap allocations occurring in the same basic block *)
|
||
|
|
||
|
val fundecl: Mach.fundecl -> Mach.fundecl
|