aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTLaux.ml
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling/BTLaux.ml')
-rw-r--r--scheduling/BTLaux.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/scheduling/BTLaux.ml b/scheduling/BTLaux.ml
new file mode 100644
index 00000000..e8e355b1
--- /dev/null
+++ b/scheduling/BTLaux.ml
@@ -0,0 +1,3 @@
+type inst_info = { mutable inumb : int; mutable pcond : bool option }
+
+type block_info = { mutable bnumb : int }