aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/ConstpropOp.vp
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-30 00:28:22 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-30 00:28:22 +0200
commit8528ade84279dc8fa399cad8f0b8467ed454cbf7 (patch)
treef394fde20691e1c093ac56578f3ed88df8fe9c83 /mppa_k1c/ConstpropOp.vp
parent01ebfe059727d6d91cee184f3856fa84133cd100 (diff)
parentcea008aa07715cf7abbc88f7573050f5a05f58d7 (diff)
downloadcompcert-kvx-8528ade84279dc8fa399cad8f0b8467ed454cbf7.tar.gz
compcert-kvx-8528ade84279dc8fa399cad8f0b8467ed454cbf7.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-cos
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 =>