aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Tunnelinglibs.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-09-01 16:09:17 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-09-01 16:09:17 +0200
commitc620afbf97a3f6b299bcf2cc14edafa0120a4bc2 (patch)
tree7fc69fbc5ea765c9cb1f7864e2bfe0f0758d6831 /backend/Tunnelinglibs.ml
parent269208723faff37e6f6539b71101515b17a8a36f (diff)
parent74901c6df6ceb92da58ef5db2592fc05561dce01 (diff)
downloadcompcert-kvx-c620afbf97a3f6b299bcf2cc14edafa0120a4bc2.tar.gz
compcert-kvx-c620afbf97a3f6b299bcf2cc14edafa0120a4bc2.zip
Merge remote-tracking branch 'origin/kvx-work' into kvx-work
Diffstat (limited to 'backend/Tunnelinglibs.ml')
-rw-r--r--backend/Tunnelinglibs.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/Tunnelinglibs.ml b/backend/Tunnelinglibs.ml
index 7c826ba4..010595be 100644
--- a/backend/Tunnelinglibs.ml
+++ b/backend/Tunnelinglibs.ml
@@ -3,7 +3,7 @@
(* The Compcert verified compiler *)
(* *)
(* Sylvain Boulmé Grenoble-INP, VERIMAG *)
-(* TODO: Proper author information *)
+(* Pierre Goutagny ENS-Lyon, VERIMAG *)
(* *)
(* Copyright VERIMAG. All rights reserved. *)
(* This file is distributed under the terms of the INRIA *)
@@ -16,7 +16,7 @@
This file implements the core functions of the tunneling passes, for both RTL
and LTL, by using a simplified CFG as a transparent interface
-See [LTLTunneling.v] and [RTLTunneling.v]
+See [LTLTunneling.v]/[LTLTunnelingaux.ml] and [RTLTunneling.v]/[RTLTunnelingaux.ml].
*)