aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/TargetPrinter.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-03 11:17:57 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-03 11:17:57 +0200
commita289d73e791be5a760c8a9b2f3de2064f001a770 (patch)
treee106a015b1eb2a33a107135267da9d73243d0215 /mppa_k1c/TargetPrinter.ml
parente1c864b670812eda55e0ee129855c69d32c8b84a (diff)
downloadcompcert-kvx-a289d73e791be5a760c8a9b2f3de2064f001a770.tar.gz
compcert-kvx-a289d73e791be5a760c8a9b2f3de2064f001a770.zip
use sq to save pairs of registers
Diffstat (limited to 'mppa_k1c/TargetPrinter.ml')
-rw-r--r--mppa_k1c/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/TargetPrinter.ml b/mppa_k1c/TargetPrinter.ml
index 7eea7d15..9d42169a 100644
--- a/mppa_k1c/TargetPrinter.ml
+++ b/mppa_k1c/TargetPrinter.ml
@@ -287,7 +287,7 @@ module Target (*: TARGET*) =
| _ ->
assert false
end
- | Pnop -> fprintf oc " nop\n"
+ | Pnop -> (* FIXME fprintf oc " nop\n" *) ()
| Psemi -> fprintf oc ";;\n"
| Pclzll (rd, rs) -> fprintf oc " clzd %a = %a\n" ireg rd ireg rs