aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTLTunneling.v
diff options
context:
space:
mode:
authorPierre Goutagny <pierre.goutagny@ens-lyon.fr>2021-06-17 17:31:10 +0200
committerPierre Goutagny <pierre.goutagny@ens-lyon.fr>2021-06-17 17:31:10 +0200
commit95f918c38b1e59f40ae7af455ec2c6746289375e (patch)
tree942f79d59e053dc4249b99caf7792dc0a0f5ee7a /backend/RTLTunneling.v
parent8dc2366431f9210ad70a789c389d9d19c6fc802f (diff)
downloadcompcert-kvx-95f918c38b1e59f40ae7af455ec2c6746289375e.tar.gz
compcert-kvx-95f918c38b1e59f40ae7af455ec2c6746289375e.zip
Change "Tunneling" to "LTLTunneling" everywhere
To respect the symmetry between RTL- and LTL-Tunneling
Diffstat (limited to 'backend/RTLTunneling.v')
-rw-r--r--backend/RTLTunneling.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/RTLTunneling.v b/backend/RTLTunneling.v
index 049160fd..df663f48 100644
--- a/backend/RTLTunneling.v
+++ b/backend/RTLTunneling.v
@@ -19,7 +19,7 @@ Require Import Coqlib Maps Errors.
Require Import AST.
Require Import RTL.
-(* This is a port of tunneling for LTL. See Tunneling.v *)
+(* This is a port of tunneling for LTL. See LTLTunneling.v *)
Definition UF := PTree.t (node * Z).