aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-19 17:09:16 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-19 17:09:16 +0100
commita0cc099cb27ef311b6e8fd4ce85001a1d390db8a (patch)
treeeb347f844a50587a5f49eab74fffb962b70ce91e /tools
parent193a466d1728e0fcdff5a1dd81132505c6ad7e85 (diff)
downloadcompcert-kvx-a0cc099cb27ef311b6e8fd4ce85001a1d390db8a.tar.gz
compcert-kvx-a0cc099cb27ef311b6e8fd4ce85001a1d390db8a.zip
merge nouveau 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 a6ae9b1f..04d29214 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -53,7 +53,7 @@ let post_rtl_passes =
PARTIAL, Always, Require, (Some "RTLpath generation"), "RTLpathLivegen", Noprint;
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");
+ PARTIAL, Always, Require, (Some "Register allocation"), "Allocation", (Print "LTL 1");
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;