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/BTL.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scheduling/BTL.v') diff --git a/scheduling/BTL.v b/scheduling/BTL.v index 0f9ef44f..991361ca 100644 --- a/scheduling/BTL.v +++ b/scheduling/BTL.v @@ -25,11 +25,11 @@ Definition exit := node. (* we may generalize this with register renamings at e (* inst_info is a ghost record to provide instruction information through oracles *) Parameter inst_info: Set. -Extract Constant inst_info => "BTLaux.inst_info". +Extract Constant inst_info => "BTLtypes.inst_info". (* block_info is a ghost record to provide block information through oracles *) Parameter block_info: Set. -Extract Constant block_info => "BTLaux.block_info". +Extract Constant block_info => "BTLtypes.block_info". (** final instructions (that stops block execution) *) Inductive final: Type := -- cgit