aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@lilo.org>2021-07-28 10:32:09 +0200
committerLéo Gourdin <leo.gourdin@lilo.org>2021-07-28 10:32:09 +0200
commit056658bd2986d9e12ac07a54d25c08eb8a62ff60 (patch)
tree93e3f9a49f656bc8cf1ea3aa460ea2be1c083915 /aarch64
parent77ee161826e24e87f801cbbeb797fb3a4a4a0fe9 (diff)
downloadcompcert-kvx-056658bd2986d9e12ac07a54d25c08eb8a62ff60.tar.gz
compcert-kvx-056658bd2986d9e12ac07a54d25c08eb8a62ff60.zip
remove todos, clean
Diffstat (limited to 'aarch64')
-rw-r--r--aarch64/PrepassSchedulingOracle.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/aarch64/PrepassSchedulingOracle.ml b/aarch64/PrepassSchedulingOracle.ml
index 6cb57c64..1935e785 100644
--- a/aarch64/PrepassSchedulingOracle.ml
+++ b/aarch64/PrepassSchedulingOracle.ml
@@ -107,7 +107,6 @@ let build_constraints_and_resources (opweights : opweights) insts btl =
let rs = opweights.resources_of_store chk addr (List.length lr) in
resources := rs :: !resources
| Bcond (cond, lr, BF (Bgoto s, _), ibnot, _) ->
- (* TODO gourdinl test with/out this line *)
let live = (get_some @@ PTree.get s btl).input_regs in
add_input_regs i (Regset.elements live);
set_branch i;