summaryrefslogtreecommitdiff
path: root/asmcomp/spill.mli
diff options
context:
space:
mode:
authorFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2014-05-09 12:01:21 +0000
committerFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2014-05-09 12:01:21 +0000
commit457958a9e6ed855935beeea8720e854049864503 (patch)
treef8a9dbad4fae58a7d65a162a294883ce5697afc4 /asmcomp/spill.mli
parentb6500cc2a4ab8a50565247976da0ce17b3940587 (diff)
downloadocaml-457958a9e6ed855935beeea8720e854049864503.tar.gz
Add reset functions to make modules reentrant when used through compiler-libs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14770 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/spill.mli')
-rw-r--r--asmcomp/spill.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/asmcomp/spill.mli b/asmcomp/spill.mli
index 66954aef5b..acba343c9c 100644
--- a/asmcomp/spill.mli
+++ b/asmcomp/spill.mli
@@ -13,4 +13,5 @@
(* Insertion of moves to suggest possible spilling / reloading points
before register allocation. *)
+val reset : unit -> unit
val fundecl: Mach.fundecl -> Mach.fundecl