Missed one in last change.

From-SVN: r68963
This commit is contained in:
Andreas Schwab 2003-07-05 07:38:12 +00:00
parent 5ee084dfa0
commit 8bb038d4f0
1 changed files with 1 additions and 1 deletions

View File

@ -1635,7 +1635,7 @@ output_move_const_into_data_reg (operands)
unsigned u = i;
operands[1] = GEN_INT ((u << 16) | (u >> 16));
#if defined (MOTOROLA) && !defined (CRDS)
#if defined (MOTOROLA)
return "moveq%.l %1,%0\n\tswap %0";
#else
return "moveq %1,%0\n\tswap %0";