ocaml/asmcomp/printlinear.mli

20 lines
879 B
OCaml
Raw Normal View History

(***********************************************************************)
(* *)
(* Caml Special Light *)
(* *)
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1995 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id$ *)
(* Pretty-printing of linearized machine code *)
open Linearize
val instr: instruction -> unit
val fundecl: fundecl -> unit