OSDN Git Service

(RTX_COSTS): Fix typo from last change.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 1995 19:07:29 +0000 (19:07 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 1995 19:07:29 +0000 (19:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8931 138bc75d-0d04-0410-961f-82ee72b054a4

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 */                     \
       }                                                                        \