aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/compiler_expand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/compiler_expand.ml b/tools/compiler_expand.ml
index 067f0e4b..e45f0617 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -58,7 +58,7 @@ let post_rtl_passes =
PARTIAL, Always, Require, (Some "Prepass scheduling"), "RTLpathScheduler", Noprint;
TOTAL, Always, Require, (Some "Projection to RTL"), "RTLpath", (Print (Printf.sprintf "RTL %d" ((Array.length rtl_passes) + 1)));
PARTIAL, Always, Require, (Some "Register allocation"), "Allocation", (Print "LTL 1");
- PARTIAL, Always, Require, (Some "Branch tunneling"), "Tunneling", (Print "LTL 2");
+ PARTIAL, Always, Require, (Some "LTL Branch tunneling"), "LTLTunneling", (Print "LTL 2");
PARTIAL, Always, Require, (Some "CFG linearization"), "Linearize", Noprint;
TOTAL, Always, Require, (Some "Label cleanup"), "CleanupLabels", Noprint;
PARTIAL, (Option "debug"), Require, (Some "Debugging info for local variables"), "Debugvar", Noprint;