aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/RTLpathCommon.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-06 16:53:46 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-06 16:53:46 +0100
commitacb41b1af6e5e4c933e3be1b17f6e5012eca794d (patch)
treedb57a6b2543871312a952ffa2e462e35aef674e0 /scheduling/RTLpathCommon.ml
parent29ba37cc21cedc09b20bbd8adfa0ec52c48365c0 (diff)
downloadcompcert-kvx-acb41b1af6e5e4c933e3be1b17f6e5012eca794d.tar.gz
compcert-kvx-acb41b1af6e5e4c933e3be1b17f6e5012eca794d.zip
cond and branches expanded
Diffstat (limited to 'scheduling/RTLpathCommon.ml')
-rw-r--r--scheduling/RTLpathCommon.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduling/RTLpathCommon.ml b/scheduling/RTLpathCommon.ml
index 748a02f1..3d123ba8 100644
--- a/scheduling/RTLpathCommon.ml
+++ b/scheduling/RTLpathCommon.ml
@@ -6,7 +6,7 @@ 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 *)
- liveins: Regset.t PTree.t;
+ mutable liveins: Regset.t PTree.t;
(* Union of the input_regs of the last successors *)
s_output_regs: Regset.t;
typing: RTLtyping.regenv