From: Jeff Law Date: Wed, 14 Oct 1992 07:11:36 +0000 (-0600) Subject: * pa.h (RTX_COST): Fix spacing typo.o X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da8dce4a2943c06343a5cdb00fdfdcfdf3b891b5;p=gcc.git * pa.h (RTX_COST): Fix spacing typo.o From-SVN: r2453 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index d1296a5ac2b..bba8e6e396e 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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. */