summaryrefslogtreecommitdiff
path: root/cfrontend/SimplExpr.v
diff options
context:
space:
mode:
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 f1b31ac..3144b65 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.
+
+
+
+
+
+