aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-08 07:56:33 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-08 07:56:33 +0200
commit6e64e970a706c45b5b236a0e4f92698e22682344 (patch)
treead027cd1d45e724a80e2a96faf5dfb3c5257e4ca /powerpc
parent299ee78f478cb7a042c76b3bdd58eac62d41a015 (diff)
downloadcompcert-kvx-6e64e970a706c45b5b236a0e4f92698e22682344.tar.gz
compcert-kvx-6e64e970a706c45b5b236a0e4f92698e22682344.zip
adapt the other targets for the new field in CEcond
Diffstat (limited to 'powerpc')
-rw-r--r--powerpc/SelectOp.vp2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/SelectOp.vp b/powerpc/SelectOp.vp
index 50b1bdd6..52f4f855 100644
--- a/powerpc/SelectOp.vp
+++ b/powerpc/SelectOp.vp
@@ -472,7 +472,7 @@ Definition intuoffloat (e: expr) :=
else
Elet e
(Elet (Eop (Ofloatconst (Float.of_intu Float.ox8000_0000)) Enil)
- (Econdition (CEcond (Ccompf Clt) (Eletvar 1 ::: Eletvar 0 ::: Enil))
+ (Econdition (CEcond (Ccompf Clt) None (Eletvar 1 ::: Eletvar 0 ::: Enil))
(intoffloat (Eletvar 1))
(addimm Float.ox8000_0000 (intoffloat (subf (Eletvar 1) (Eletvar 0))))))%nat.