From 76555ffd2403b3ebf1ea353063c16763e6493722 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 6 May 2013 11:32:22 +0000 Subject: Refactoring: move definition of chunk_of_type to AST.v. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2238 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Locations.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Locations.v') diff --git a/backend/Locations.v b/backend/Locations.v index 2f2dae84..f7fb6078 100644 --- a/backend/Locations.v +++ b/backend/Locations.v @@ -273,7 +273,7 @@ End Loc. (** The [Locmap] module defines mappings from locations to values, used as evaluation environments for the semantics of the [LTL] - and [LTLin] intermediate languages. *) + and [Linear] intermediate languages. *) Set Implicit Arguments. -- cgit