From 1a78c940f46273b7146d2111b1e2da309434f021 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Thu, 27 May 2021 16:55:18 +0200 Subject: [disabled checker] BTL Scheduling and Renumbering OK! --- scheduling/RTLtoBTL.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scheduling/RTLtoBTL.v') diff --git a/scheduling/RTLtoBTL.v b/scheduling/RTLtoBTL.v index b3585157..2ac02597 100644 --- a/scheduling/RTLtoBTL.v +++ b/scheduling/RTLtoBTL.v @@ -15,7 +15,7 @@ Definition transf_function (f: RTL.function) : res BTL.function := let (tcte, dupmap) := rtl2btl f in let (tc, te) := tcte in let f' := BTL.mkfunction (RTL.fn_sig f) (RTL.fn_params f) (RTL.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: RTL.fundef) : res fundef := -- cgit