aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-19 16:58:54 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-19 16:58:54 +0100
commit193a466d1728e0fcdff5a1dd81132505c6ad7e85 (patch)
tree7da5e578127b7ad8e51b183b3e6910ca50f4daab /tools
parentfca587ef6b13cef4c72423ed03709d296b3ed08a (diff)
parent6d9f40cbe20494f6859722962da84a8021007372 (diff)
downloadcompcert-kvx-193a466d1728e0fcdff5a1dd81132505c6ad7e85.tar.gz
compcert-kvx-193a466d1728e0fcdff5a1dd81132505c6ad7e85.zip
Merge remote-tracking branch 'origin/kvx-work' into kvx-test-prepass
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 6af0ec59..a6ae9b1f 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -54,7 +54,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");
- TOTAL, Always, Require, (Some "Branch tunneling"), "Tunneling", Noprint;
+ PARTIAL, Always, Require, (Some "Branch tunneling"), "Tunneling", (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;