summaryrefslogtreecommitdiff
path: root/asmcomp/mips/reload.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-07-24 11:49:12 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-07-24 11:49:12 +0000
commit119c8eeb67adf1929cb5c4e4bedd073df5a2a8f1 (patch)
tree2f6174e59d998fcd3f2877846d050d0b746c657d /asmcomp/mips/reload.ml
parent4029d102d894331f773718f19b697d1832bcc0d7 (diff)
downloadocaml-119c8eeb67adf1929cb5c4e4bedd073df5a2a8f1.tar.gz
Nouvelle architecture pour les fichiers dependant du processeur
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1655 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/mips/reload.ml')
-rw-r--r--asmcomp/mips/reload.ml17
1 files changed, 17 insertions, 0 deletions
diff --git a/asmcomp/mips/reload.ml b/asmcomp/mips/reload.ml
new file mode 100644
index 0000000000..634f743a4b
--- /dev/null
+++ b/asmcomp/mips/reload.ml
@@ -0,0 +1,17 @@
+(***********************************************************************)
+(* *)
+(* Objective Caml *)
+(* *)
+(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 1996 Institut National de Recherche en Informatique et *)
+(* Automatique. Distributed only by permission. *)
+(* *)
+(***********************************************************************)
+
+(* $Id$ *)
+
+(* Reloading for the Mips *)
+
+let fundecl f =
+ (new Reloadgen.reload_generic ())#fundecl f