aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Tunnelinglibs.ml
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2021-08-24 11:35:58 +0200
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2021-08-24 11:35:58 +0200
commit74901c6df6ceb92da58ef5db2592fc05561dce01 (patch)
tree0ce0f3ac7d3ccad31927fe8777773c4eba0d1051 /backend/Tunnelinglibs.ml
parent4f23d3753fd51233e337fcf76c2f1abfafb2b280 (diff)
downloadcompcert-kvx-74901c6df6ceb92da58ef5db2592fc05561dce01.tar.gz
compcert-kvx-74901c6df6ceb92da58ef5db2592fc05561dce01.zip
RTLTunneling: fix comments and authors information
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].
*)