Fix cut-and-pasto.

This commit is contained in:
matt 2007-04-02 16:44:31 +00:00
parent 831f4686c1
commit 20feb5b064
1 changed files with 0 additions and 1 deletions

View File

@ -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)