* pa.h (RTX_COST): Fix spacing typo.o
authorJeff Law <law@gcc.gnu.org>
Wed, 14 Oct 1992 07:11:36 +0000 (01:11 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Oct 1992 07:11:36 +0000 (01:11 -0600)
From-SVN: r2453

gcc/config/pa/pa.h

index d1296a5ac2b4cfeb6ce27dc546e503228ef6c1ea..bba8e6e396ef9699e05eb192563a2d6d5bb02d66 100644 (file)
@@ -1376,7 +1376,7 @@ while (0)
   case MOD:                                            \
   case UMOD:                                           \
     return COSTS_N_INSNS (60);                         \
-   case PLUS: /* this includes shNadd insns */         \
+  case PLUS: /* this includes shNadd insns */          \
     return COSTS_N_INSNS (1) + 2;
 
 /* Conditional branches with empty delay slots have a length of two.  */