aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/RTLpathCommon.ml
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling/RTLpathCommon.ml')
-rw-r--r--scheduling/RTLpathCommon.ml14
1 files changed, 0 insertions, 14 deletions
diff --git a/scheduling/RTLpathCommon.ml b/scheduling/RTLpathCommon.ml
deleted file mode 100644
index 3d123ba8..00000000
--- a/scheduling/RTLpathCommon.ml
+++ /dev/null
@@ -1,14 +0,0 @@
-open Maps
-open Registers
-open Camlcoq
-
-type superblock = {
- mutable instructions: P.t array; (* pointers to code instructions *)
- (* each predicted Pcb has its attached liveins *)
- (* This is indexed by the pc value *)
- mutable liveins: Regset.t PTree.t;
- (* Union of the input_regs of the last successors *)
- s_output_regs: Regset.t;
- typing: RTLtyping.regenv
-}
-