aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Machregs.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/Machregs.v')
-rw-r--r--powerpc/Machregs.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/powerpc/Machregs.v b/powerpc/Machregs.v
index 6f2c6a03..8442bb52 100644
--- a/powerpc/Machregs.v
+++ b/powerpc/Machregs.v
@@ -276,8 +276,8 @@ Definition builtin_constraints (ef: external_function) :
else if string_dec id "__builtin_mbar" then OK_const :: nil
else if string_dec id "__builtin_mr" then OK_const :: OK_const :: nil
else nil
- | EF_vload _ => OK_addrany :: nil
- | EF_vstore _ => OK_addrany :: OK_default :: nil
+ | EF_vload _ => OK_addressing :: nil
+ | EF_vstore _ => OK_addressing :: OK_default :: nil
| EF_memcpy _ _ => OK_addrstack :: OK_addrstack :: nil
| EF_annot txt targs => map (fun _ => OK_all) targs
| EF_debug kind txt targs => map (fun _ => OK_all) targs