aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-22 11:27:15 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-22 11:27:15 +0200
commitc991b6f67778634cf1c8df5fb429a74d068c8fb8 (patch)
tree35122478bd70025426c0d449f75b81a9cf85012d /tools
parent05a5825ee55227327ba1b09a548e3b9ba876d0cf (diff)
downloadcompcert-kvx-c991b6f67778634cf1c8df5fb429a74d068c8fb8.tar.gz
compcert-kvx-c991b6f67778634cf1c8df5fb429a74d068c8fb8.zip
cbn and copyright
Diffstat (limited to 'tools')
-rw-r--r--tools/compiler_expand.ml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/compiler_expand.ml b/tools/compiler_expand.ml
index 4fc746f0..960d1ce1 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -1,3 +1,13 @@
+(*
+The Compcert verified compiler
+
+Compiler.vexpand -> Compiler.v
+
+Expand the list of RTL compiler passes into Compiler.v
+
+David Monniaux, CNRS, VERIMAG
+ *)
+
type is_partial = TOTAL | PARTIAL;;
type print_result = Noprint | Print of string;;
type when_triggered = Always | Option of string;;