aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTL.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/BTL.v
parenta6006df63f0d03cc223d13834e81a71651513fbe (diff)
downloadcompcert-kvx-1a78c940f46273b7146d2111b1e2da309434f021.tar.gz
compcert-kvx-1a78c940f46273b7146d2111b1e2da309434f021.zip
[disabled checker] BTL Scheduling and Renumbering OK!
Diffstat (limited to 'scheduling/BTL.v')
-rw-r--r--scheduling/BTL.v4
1 files changed, 2 insertions, 2 deletions
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 :=