summaryrefslogtreecommitdiff
path: root/backend/Constprop.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Constprop.v')
-rw-r--r--backend/Constprop.v12
1 files changed, 12 insertions, 0 deletions
diff --git a/backend/Constprop.v b/backend/Constprop.v
index fecfb19..18fa589 100644
--- a/backend/Constprop.v
+++ b/backend/Constprop.v
@@ -1,3 +1,15 @@
+(* *********************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Xavier Leroy, INRIA Paris-Rocquencourt *)
+(* *)
+(* Copyright Institut National de Recherche en Informatique et en *)
+(* Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the INRIA Non-Commercial License Agreement. *)
+(* *)
+(* *********************************************************************)
+
(** Constant propagation over RTL. This is the first of the two
optimizations performed at RTL level. It proceeds by a standard
dataflow analysis and the corresponding code transformation. *)