aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/PostpassSchedulingOracle.ml
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/PostpassSchedulingOracle.ml')
-rw-r--r--aarch64/PostpassSchedulingOracle.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/PostpassSchedulingOracle.ml b/aarch64/PostpassSchedulingOracle.ml
index 886519b2..821a1d53 100644
--- a/aarch64/PostpassSchedulingOracle.ml
+++ b/aarch64/PostpassSchedulingOracle.ml
@@ -462,7 +462,7 @@ let builtin_rec ef args res =
(* XXX verify this *)
{
inst = builtin_real;
- write_locs = [];
+ write_locs = [ Mem ];
read_locs = [ Mem ];
is_control = true;
}