From 2ae43be7b9d4118335c9d2cef6e098f9b9f807fe Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 9 Feb 2006 14:55:48 +0000 Subject: Initial import of compcert git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- caml/Allocationaux.mli | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 caml/Allocationaux.mli (limited to 'caml/Allocationaux.mli') diff --git a/caml/Allocationaux.mli b/caml/Allocationaux.mli new file mode 100644 index 00000000..0cf3b944 --- /dev/null +++ b/caml/Allocationaux.mli @@ -0,0 +1,5 @@ +open Datatypes +open List +open Locations + +val parallel_move_order: loc list -> loc list -> (loc, loc) prod list -- cgit