aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTLtoRTL.v
diff options
context:
space:
mode:
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 :=