aboutsummaryrefslogtreecommitdiffstats
path: root/backend/IRC.ml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/IRC.ml')
-rw-r--r--backend/IRC.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/IRC.ml b/backend/IRC.ml
index e94d6fbb..ed5ae186 100644
--- a/backend/IRC.ml
+++ b/backend/IRC.ml
@@ -101,7 +101,7 @@ after IRC elimination, when assigning a stack slot to a spilled variable. *)
let name_of_loc = function
| R r ->
- begin match Machregsaux.name_of_register r with
+ begin match Machregsnames.name_of_register r with
| None -> "fixed-reg"
| Some s -> s
end