summaryrefslogtreecommitdiff
path: root/caml/Coloringaux.mli
diff options
context:
space:
mode:
Diffstat (limited to 'caml/Coloringaux.mli')
-rw-r--r--caml/Coloringaux.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/caml/Coloringaux.mli b/caml/Coloringaux.mli
new file mode 100644
index 0000000..ff4cfea
--- /dev/null
+++ b/caml/Coloringaux.mli
@@ -0,0 +1,8 @@
+open Registers
+open Locations
+open RTL
+open RTLtyping
+open InterfGraph
+
+val graph_coloring:
+ coq_function -> graph -> regenv -> Regset.t -> (reg -> loc)