aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Parmov.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-01-07 14:05:46 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-01-07 14:05:46 +0000
commite431dcf84d7e1a1106a501d53492b672c9d0b86e (patch)
tree4aed90bb662fffe0756a9cb70f1acc7bc45cbfc9 /lib/Parmov.v
parent3a84d95c41c20f19737f68e76e534d467cbb581c (diff)
downloadcompcert-kvx-e431dcf84d7e1a1106a501d53492b672c9d0b86e.tar.gz
compcert-kvx-e431dcf84d7e1a1106a501d53492b672c9d0b86e.zip
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
Diffstat (limited to 'lib/Parmov.v')
-rw-r--r--lib/Parmov.v2
1 files changed, 1 insertions, 1 deletions
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 =>