aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Allocation.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Allocation.v')
-rw-r--r--backend/Allocation.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Allocation.v b/backend/Allocation.v
index 69fb32fa..508bc13d 100644
--- a/backend/Allocation.v
+++ b/backend/Allocation.v
@@ -100,7 +100,7 @@ Definition transfer
reg_list_live args
(reg_sum_live ros (reg_dead res after))
| Itailcall sig ros args =>
- reg_list_live args (reg_sum_live ros Regset.empty)
+ reg_list_live args (reg_sum_live ros Regset.empty)
| Ibuiltin ef args res s =>
reg_list_live args (reg_dead res after)
| Icond cond args ifso ifnot =>