aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-18 08:26:40 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-18 08:26:40 +0200
commitb7940bfaa83db66837be4d3b9d8b352e8ea4e470 (patch)
treec078586ab3c5fa9aef6b4b8d9ed3cf5628d8cda7 /tools
parentbf443e2f2bf38c30c9b68020c7c43cd7b3e10549 (diff)
downloadcompcert-kvx-b7940bfaa83db66837be4d3b9d8b352e8ea4e470.tar.gz
compcert-kvx-b7940bfaa83db66837be4d3b9d8b352e8ea4e470.zip
todos
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 be3c6e19..29403c7e 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -52,7 +52,7 @@ PARTIAL, Always, Require, (Some "Unused globals"), "Unusedglob"
let post_rtl_passes =
[|
PARTIAL, Always, Require, (Some "BTL generation"), "RTLtoBTL", Noprint;
- (*PARTIAL, Always, Require, (Some "Prepass scheduling"), "RTLpathScheduler", Noprint;*)
+ (*TODO gourdinl PARTIAL, Always, Require, (Some "Prepass scheduling"), "RTLpathScheduler", Noprint;*)
PARTIAL, Always, Require, (Some "Projection to RTL"), "BTLtoRTL", (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");