OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 May 1992 17:37:32 +0000 (17:37 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 May 1992 17:37:32 +0000 (17:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@972 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c10bce4..dd2c6a8 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 3402414..e1c9ff3 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:                                                  \