aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/Machregsaux.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/Machregsaux.mli')
-rw-r--r--ia32/Machregsaux.mli18
1 files changed, 0 insertions, 18 deletions
diff --git a/ia32/Machregsaux.mli b/ia32/Machregsaux.mli
deleted file mode 100644
index 9404568d..00000000
--- a/ia32/Machregsaux.mli
+++ /dev/null
@@ -1,18 +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