aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Selection.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-04-04 19:54:25 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-04-04 19:54:25 +0200
commit7a69f306599498055a1420b16058572e3cbb0fc7 (patch)
tree3b37c60d6ad8ec56a8043b191ca7618bcf2ea848 /backend/Selection.v
parent7171888446d3d4b47765cc21d982eb2045cd00cd (diff)
downloadcompcert-kvx-7a69f306599498055a1420b16058572e3cbb0fc7.tar.gz
compcert-kvx-7a69f306599498055a1420b16058572e3cbb0fc7.zip
select_sound
Diffstat (limited to 'backend/Selection.v')
-rw-r--r--backend/Selection.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Selection.v b/backend/Selection.v
index b9f5448c..ec4a7b38 100644
--- a/backend/Selection.v
+++ b/backend/Selection.v
@@ -283,7 +283,7 @@ Definition sel_builtin optid ef args :=
| Some id =>
match args with
| a1::a2::a3::nil =>
- OK (Sassign id (Eop Oselect
+ OK (Sassign id (Eop (Oselect (Ccomp0 Ceq))
((sel_expr a3):::
(sel_expr a2):::
(sel_expr a1):::Enil)))