aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplExpr.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-06 07:20:25 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-06 07:20:25 +0000
commitc72b9a5bf321bfc05419eae50a5a27be03739bda (patch)
tree52a288695f218236425c1f03026524296116cd8a /cfrontend/SimplExpr.v
parent1d4ca9226236135526d095a8c575571a297cfcb7 (diff)
downloadcompcert-kvx-c72b9a5bf321bfc05419eae50a5a27be03739bda.tar.gz
compcert-kvx-c72b9a5bf321bfc05419eae50a5a27be03739bda.zip
Revert unintentional commit #1955
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1957 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/SimplExpr.v')
-rw-r--r--cfrontend/SimplExpr.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/cfrontend/SimplExpr.v b/cfrontend/SimplExpr.v
index f1b31ac5..3144b65e 100644
--- a/cfrontend/SimplExpr.v
+++ b/cfrontend/SimplExpr.v
@@ -456,3 +456,9 @@ Definition transl_fundef (fd: C.fundef) : res fundef :=
Definition transl_program (p: C.program) : res program :=
transform_partial_program transl_fundef p.
+
+
+
+
+
+