summaryrefslogtreecommitdiff
path: root/backend/Coloringaux.mli
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Coloringaux.mli')
-rw-r--r--backend/Coloringaux.mli22
1 files changed, 0 insertions, 22 deletions
diff --git a/backend/Coloringaux.mli b/backend/Coloringaux.mli
deleted file mode 100644
index 7597c7c..0000000
--- a/backend/Coloringaux.mli
+++ /dev/null
@@ -1,22 +0,0 @@
-(* *********************************************************************)
-(* *)
-(* The Compcert verified compiler *)
-(* *)
-(* Xavier Leroy, INRIA Paris-Rocquencourt *)
-(* *)
-(* Copyright Institut National de Recherche en Informatique et en *)
-(* Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the INRIA Non-Commercial License Agreement. *)
-(* *)
-(* *********************************************************************)
-
-open Registers
-open Locations
-open RTL
-open RTLtyping
-open InterfGraph
-
-val graph_coloring:
- coq_function -> graph -> regenv -> Regset.t -> (reg -> loc)
-
-val reserved_registers: Machregs.mreg list ref