28 lines
1.1 KiB
OCaml
28 lines
1.1 KiB
OCaml
(***********************************************************************)
|
|
(* *)
|
|
(* 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 Q Public License version 1.0. *)
|
|
(* *)
|
|
(***********************************************************************)
|
|
|
|
(* From C-- to assembly code *)
|
|
|
|
val phrase: Cmm.phrase -> unit
|
|
val file: string -> unit
|
|
|
|
val dump_cmm: bool ref
|
|
val dump_selection: bool ref
|
|
val dump_live: bool ref
|
|
val dump_spill: bool ref
|
|
val dump_split: bool ref
|
|
val dump_interf: bool ref
|
|
val dump_prefer: bool ref
|
|
val dump_regalloc: bool ref
|
|
val dump_reload: bool ref
|
|
val dump_linear: bool ref
|