summaryrefslogtreecommitdiff
path: root/cfrontend/SimplExpr.v
diff options
context:
space:
mode:
authorGravatar blazy <blazy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-04 16:26:51 +0000
committerGravatar blazy <blazy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-04 16:26:51 +0000
commit05f9369c759ecd957585feec6659e3c05e313a11 (patch)
treea5754d07e1c74af1dcd1e886bae3988647bc7f98 /cfrontend/SimplExpr.v
parent7155843b75086379eeaeaa6c89c824aebd58104e (diff)
Ajout trunk CompCert
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1955 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/SimplExpr.v')
-rw-r--r--cfrontend/SimplExpr.v6
1 files changed, 0 insertions, 6 deletions
diff --git a/cfrontend/SimplExpr.v b/cfrontend/SimplExpr.v
index 3144b65..f1b31ac 100644
--- a/cfrontend/SimplExpr.v
+++ b/cfrontend/SimplExpr.v
@@ -456,9 +456,3 @@ Definition transl_fundef (fd: C.fundef) : res fundef :=
Definition transl_program (p: C.program) : res program :=
transform_partial_program transl_fundef p.
-
-
-
-
-
-