aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTLtoRTL.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-27 16:55:18 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-27 16:55:18 +0200
commit1a78c940f46273b7146d2111b1e2da309434f021 (patch)
treeefa4c885cabc1a54d223193e754a21c5a3360010 /scheduling/BTLtoRTL.v
parenta6006df63f0d03cc223d13834e81a71651513fbe (diff)
downloadcompcert-kvx-1a78c940f46273b7146d2111b1e2da309434f021.tar.gz
compcert-kvx-1a78c940f46273b7146d2111b1e2da309434f021.zip
[disabled checker] BTL Scheduling and Renumbering OK!
Diffstat (limited to 'scheduling/BTLtoRTL.v')
-rw-r--r--scheduling/BTLtoRTL.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduling/BTLtoRTL.v b/scheduling/BTLtoRTL.v
index 82ad47b1..1333b406 100644
--- a/scheduling/BTLtoRTL.v
+++ b/scheduling/BTLtoRTL.v
@@ -15,7 +15,7 @@ Definition transf_function (f: function) : res RTL.function :=
let (tcte, dupmap) := btl2rtl f in
let (tc, te) := tcte in
let f' := RTL.mkfunction (fn_sig f) (fn_params f) (fn_stacksize f) tc te in
- do u <- verify_function dupmap f f';
+ (*do u <- verify_function dupmap f f';*)
OK f'.
Definition transf_fundef (f: fundef) : res RTL.fundef :=