Fix cut-and-pasto.
This commit is contained in:
parent
831f4686c1
commit
20feb5b064
|
@ -1148,7 +1148,6 @@ vax_output_int_move (rtx insn ATTRIBUTE_UNUSED, rtx *operands,
|
|||
int n;
|
||||
if ((unsigned HOST_WIDE_INT)(~i) < 64)
|
||||
return "mcoml %N1,%0";
|
||||
if ((unsigned HOST_WIDE_INT)i < 0x10000)
|
||||
if ((unsigned HOST_WIDE_INT)i < 0x100)
|
||||
return "movzbl %1,%0";
|
||||
if (i >= -0x80 && i < 0)
|
||||
|
|
Loading…
Reference in New Issue