summaryrefslogtreecommitdiff
path: root/asmcomp/spill.mli
diff options
context:
space:
mode:
authorFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2014-05-09 12:22:35 +0000
committerFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2014-05-09 12:22:35 +0000
commitc5cc4fca02a172ab146029d3dfd83cc2ef5e1d53 (patch)
tree3cff016468d49e7700583e4347ab564eb01c7d2b /asmcomp/spill.mli
parent457958a9e6ed855935beeea8720e854049864503 (diff)
downloadocaml-c5cc4fca02a172ab146029d3dfd83cc2ef5e1d53.tar.gz
small re-ordering of declarations, to match comments
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14771 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/spill.mli')
-rw-r--r--asmcomp/spill.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/spill.mli b/asmcomp/spill.mli
index acba343c9c..598a175522 100644
--- a/asmcomp/spill.mli
+++ b/asmcomp/spill.mli
@@ -13,5 +13,5 @@
(* Insertion of moves to suggest possible spilling / reloading points
before register allocation. *)
-val reset : unit -> unit
val fundecl: Mach.fundecl -> Mach.fundecl
+val reset : unit -> unit