]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Missed one in last change.
authorAndreas Schwab <schwab@gcc.gnu.org>
Sat, 5 Jul 2003 07:38:12 +0000 (07:38 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 5 Jul 2003 07:38:12 +0000 (07:38 +0000)
From-SVN: r68963

gcc/config/m68k/m68k.c

index 5bab7fceaec07c1fac9e7080bbda1720fb008cd6..c9f879ab73caef596935df1ecc40e1a601d35136 100644 (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";