From 0438984dece5f028bea55322d80aa4f363a782cb Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 18 Aug 2010 10:06:03 +0000 Subject: Nettoyages pour doc git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1471 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Allocation.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Allocation.v') 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 => -- cgit