aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmexpand.ml
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/Asmexpand.ml')
-rw-r--r--mppa_k1c/Asmexpand.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/mppa_k1c/Asmexpand.ml b/mppa_k1c/Asmexpand.ml
index 265de410..de75df25 100644
--- a/mppa_k1c/Asmexpand.ml
+++ b/mppa_k1c/Asmexpand.ml
@@ -505,10 +505,6 @@ let expand_instruction instr =
*)| Pcvtl2w (rd, rs) ->
assert Archi.ptr64;
emit (Paddiw (rd, rs, Int.zero)) (* 32-bit sign extension *)
- | Pcvtw2l (r) -> (* Pcvtw2l *)
- assert Archi.ptr64
- (* no-operation because the 32-bit integer was kept sign extended already *)
- (* FIXME - is it really the case on the MPPA ? *)
(*| Pjal_r(r, sg) ->
fixup_call sg; emit instr