20 lines
902 B
OCaml
20 lines
902 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$ *)
|
|
|
|
open Schedgen (* to create a dependency *)
|
|
|
|
(* No scheduling is needed for the Mips, the assembler
|
|
does it better than us. *)
|
|
|
|
let fundecl f = f
|