aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/ConstpropOp.vp
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-30 00:27:52 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-30 00:27:52 +0200
commitcea008aa07715cf7abbc88f7573050f5a05f58d7 (patch)
tree93ab765c8e1e242dd97eaace9b0bb0487e6ac4d2 /mppa_k1c/ConstpropOp.vp
parentb557706f77ca4cf0721dfb4d911207a2fae12411 (diff)
parent26428dbaa2f3fec4b8fd121fc6e53a22a5cc5c5d (diff)
downloadcompcert-kvx-cea008aa07715cf7abbc88f7573050f5a05f58d7.tar.gz
compcert-kvx-cea008aa07715cf7abbc88f7573050f5a05f58d7.zip
Merge remote-tracking branch 'origin/mppa-msub' into mppa-work
Conflicts: mppa_k1c/ExtValues.v
Diffstat (limited to 'mppa_k1c/ConstpropOp.vp')
-rw-r--r--mppa_k1c/ConstpropOp.vp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/ConstpropOp.vp b/mppa_k1c/ConstpropOp.vp
index b5128357..7ee3dfe8 100644
--- a/mppa_k1c/ConstpropOp.vp
+++ b/mppa_k1c/ConstpropOp.vp
@@ -298,7 +298,7 @@ Nondetfunction addr_strength_reduction
(addr: addressing) (args: list reg) (vl: list aval) :=
match addr, args, vl with
| Aindexed n, r1 :: nil, Ptr(Gl symb n1) :: nil =>
- if (orb (Archi.pic_code tt) (negb (Compopts.optim_fglobaladdrtmp tt)))
+ if (orb (Archi.pic_code tt) (negb (Compopts.optim_globaladdrtmp tt)))
then (addr, args)
else (Aglobal symb (Ptrofs.add n1 n), nil)
| Aindexed n, r1 :: nil, Ptr(Stk n1) :: nil =>