aboutsummaryrefslogtreecommitdiffstats
path: root/backend/IRC.mli
diff options
context:
space:
mode:
Diffstat (limited to 'backend/IRC.mli')
-rw-r--r--backend/IRC.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/IRC.mli b/backend/IRC.mli
index d27dedaa..30b6d5c1 100644
--- a/backend/IRC.mli
+++ b/backend/IRC.mli
@@ -41,3 +41,7 @@ val coloring: graph -> (var -> loc)
(* Machine registers that are reserved and not available for allocation. *)
val reserved_registers: mreg list ref
+
+(* Auxiliaries to deal with register classes *)
+val class_of_type: AST.typ -> int
+val class_of_loc: loc -> int