(RTX_COSTS): Fix typo from last change.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 13 Feb 1995 19:07:29 +0000 (11:07 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 13 Feb 1995 19:07:29 +0000 (11:07 -0800)
From-SVN: r8931

gcc/config/m68k/m68k.h

index d7d45d1..7636585 100644 (file)
@@ -1400,7 +1400,7 @@ __transfer_from_trampoline ()                                     \
              return COSTS_N_INSNS (2) + INTVAL (XEXP (X, 1)) / 2;      \
            else                                                        \
              /* We're using clrw + swap for these cases.  */           \
-             return COSTS_N_INSNS (4) + (INTVAL (XEXP (X, 1)) - 16) / 2; \     
+             return COSTS_N_INSNS (4) + (INTVAL (XEXP (X, 1)) - 16) / 2; \
          }                                                             \
        return COSTS_N_INSNS (10); /* worst case */                     \
       }                                                                        \