aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Machregsaux.mli
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/Machregsaux.mli')
-rw-r--r--mppa_k1c/Machregsaux.mli20
1 files changed, 0 insertions, 20 deletions
diff --git a/mppa_k1c/Machregsaux.mli b/mppa_k1c/Machregsaux.mli
deleted file mode 100644
index d7117c21..00000000
--- a/mppa_k1c/Machregsaux.mli
+++ /dev/null
@@ -1,20 +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. *)
-(* *)
-(* *********************************************************************)
-
-(** Auxiliary functions on machine registers *)
-
-val name_of_register: Machregs.mreg -> string option
-val register_by_name: string -> Machregs.mreg option
-val is_scratch_register: string -> bool
-val can_reserve_register: Machregs.mreg -> bool
-
-val class_of_type: AST.typ -> int