aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/PostpassSchedulingOracle.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-25 10:45:26 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-25 10:45:26 +0100
commit680ab18c29b5f72483780146d83e01c8ab498fb9 (patch)
treec8e2fd1541b4c6459ec386cb0588d9c526225078 /mppa_k1c/PostpassSchedulingOracle.ml
parent42a33b26c657000d9145039d60a01ef2f67b7c2a (diff)
downloadcompcert-kvx-680ab18c29b5f72483780146d83e01c8ab498fb9.tar.gz
compcert-kvx-680ab18c29b5f72483780146d83e01c8ab498fb9.zip
progress on cmove
Diffstat (limited to 'mppa_k1c/PostpassSchedulingOracle.ml')
-rw-r--r--mppa_k1c/PostpassSchedulingOracle.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mppa_k1c/PostpassSchedulingOracle.ml b/mppa_k1c/PostpassSchedulingOracle.ml
index 56b00c7e..27a4845f 100644
--- a/mppa_k1c/PostpassSchedulingOracle.ml
+++ b/mppa_k1c/PostpassSchedulingOracle.ml
@@ -128,6 +128,7 @@ let arith_rri64_str = function
let arith_arrr_str = function
| Pmaddw -> "Pmaddw"
| Pmaddl -> "Pmaddl"
+ | Pcmove _ -> "Pcmove"
let arith_ri32_str = "Pmake"