From c991b6f67778634cf1c8df5fb429a74d068c8fb8 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 22 Apr 2020 11:27:15 +0200 Subject: cbn and copyright --- tools/compiler_expand.ml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools') 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;; -- cgit