2000-06-29 04:46:14 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Objective Caml *)
|
|
|
|
(* *)
|
|
|
|
(* 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. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
|
|
|
|
2000-07-06 13:56:16 -07:00
|
|
|
open Schedgen (* to create a dependency *)
|
2000-06-29 04:46:14 -07:00
|
|
|
|
2000-07-06 13:56:16 -07:00
|
|
|
(* We don't schedule here on the linearized code, but instead schedule the
|
|
|
|
assembly code generated in Emit. *)
|
2000-06-29 04:46:14 -07:00
|
|
|
|
2000-07-06 13:56:16 -07:00
|
|
|
let fundecl f = f
|