aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Csharpminor.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-04-06 12:45:49 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-04-06 12:45:49 +0000
commit2af6ceefe79f3f19e0e341857067415d25b8c9cf (patch)
treed9a86f7129ca2baa4155104f2b8a8088720b2931 /backend/Csharpminor.v
parent2bfadd421f60863ac78076474dcbaf705b76bd3a (diff)
downloadcompcert-kvx-2af6ceefe79f3f19e0e341857067415d25b8c9cf.tar.gz
compcert-kvx-2af6ceefe79f3f19e0e341857067415d25b8c9cf.zip
Dans Cminor et Csharpminor: suppression de stmtlist, ajout de Sskip, Sseq.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@11 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/Csharpminor.v')
-rw-r--r--backend/Csharpminor.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Csharpminor.v b/backend/Csharpminor.v
index da736467..dee30321 100644
--- a/backend/Csharpminor.v
+++ b/backend/Csharpminor.v
@@ -107,7 +107,7 @@ Inductive local_variable : Set :=
(** Functions are composed of a signature, a list of parameter names
with associated memory chunks (parameters must be scalar), a list of
local variables with associated [local_variable] description, and a
- list of statements representing the function body. *)
+ statement representing the function body. *)
Record function : Set := mkfunction {
fn_sig: signature;