*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 14 May 1992 17:37:32 +0000 (17:37 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 14 May 1992 17:37:32 +0000 (17:37 +0000)
From-SVN: r972

gcc/config/i860/i860.h
gcc/config/we32k/we32k.h

index c10bce4f2d7d4b182577d045656bd0cb38b9dff3..dd2c6a8adb5eace98f75fa6f2559f59a2ea96748 100644 (file)
@@ -896,7 +896,7 @@ struct cumulative_args { int ints, floats; };
    of a switch statement.  If the code is computed here,
    return it with a return statement.  Otherwise, break from the switch.  */
 
-#define CONST_COSTS(RTX,CODE) \
+#define CONST_COSTS(RTX,CODE, OUTER_CODE)                      \
   case CONST_INT:                                              \
     if (INTVAL (RTX) == 0)                                     \
       return 0;                                                        \
index 3402414d037090cfafb030f56d8df31e539b554f..e1c9ff3a4bfe514c67412f695da2d9d51457479d 100644 (file)
@@ -669,7 +669,7 @@ enum reg_class { NO_REGS, GENERAL_REGS,
    of a switch statement.  If the code is computed here,
    return it with a return statement.  Otherwise, break from the switch.  */
 
-#define CONST_COSTS(RTX,CODE) \
+#define CONST_COSTS(RTX,CODE, OUTER_CODE)                      \
   case CONST_INT:                                              \
     if ((unsigned) INTVAL (RTX) < 077) return 1;               \
   case CONST:                                                  \