aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Allocation.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-08-18 10:06:03 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-08-18 10:06:03 +0000
commit0438984dece5f028bea55322d80aa4f363a782cb (patch)
tree31537550fde324ff49a883d53ed30640ff4442fc /backend/Allocation.v
parent6f9b68c8de22fe540bfe85c2fabec4b967c6a80d (diff)
downloadcompcert-kvx-0438984dece5f028bea55322d80aa4f363a782cb.tar.gz
compcert-kvx-0438984dece5f028bea55322d80aa4f363a782cb.zip
Nettoyages pour doc
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1471 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
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 =>