aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-26 20:15:40 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-26 20:15:40 +0100
commit6af4f0a6a9afa41a7b835d805ad8532d2f04f2e1 (patch)
tree268385834c7aa29f44d91d6ddb76630e84885a1c /mppa_k1c
parenta408c35b6853d6a2607a739e82e004d41ccf7942 (diff)
downloadcompcert-kvx-6af4f0a6a9afa41a7b835d805ad8532d2f04f2e1.tar.gz
compcert-kvx-6af4f0a6a9afa41a7b835d805ad8532d2f04f2e1.zip
ternary / cmove demo now works
Diffstat (limited to 'mppa_k1c')
-rw-r--r--mppa_k1c/TargetPrinter.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mppa_k1c/TargetPrinter.ml b/mppa_k1c/TargetPrinter.ml
index 9d816f36..4be94390 100644
--- a/mppa_k1c/TargetPrinter.ml
+++ b/mppa_k1c/TargetPrinter.ml
@@ -505,8 +505,8 @@ module Target (*: TARGET*) =
fprintf oc " maddd %a = %a, %a\n" ireg rd ireg rs coqint64 imm
| Pcmove (bt, rd, rcond, rs) ->
- fprintf oc " cmove.%a %a? %a = %a\n"
- bcond bt ireg rd ireg rcond ireg rs
+ fprintf oc " cmoved.%a %a? %a = %a\n"
+ bcond bt ireg rcond ireg rd ireg rs
let get_section_names name =
let (text, lit) =