From e431dcf84d7e1a1106a501d53492b672c9d0b86e Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 7 Jan 2008 14:05:46 +0000 Subject: Function -> Definition (probleme de performance avec Coq8.1pl3) git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@470 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- lib/Parmov.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Parmov.v') diff --git a/lib/Parmov.v b/lib/Parmov.v index 9a07a725..fa31b673 100644 --- a/lib/Parmov.v +++ b/lib/Parmov.v @@ -966,7 +966,7 @@ Definition final_state (st: state) : bool := | _ => false end. -Function parmove_step (st: state) : state := +Definition parmove_step (st: state) : state := match st with | State nil nil _ => st | State ((s, d) :: tl) nil l => -- cgit