*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Sat, 18 Apr 1992 19:55:42 +0000 (19:55 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sat, 18 Apr 1992 19:55:42 +0000 (19:55 +0000)
From-SVN: r780

gcc/config/mips/mips.h

index 98e07b9259097ac7869770e7671377a4c65c7f53..866ce6f5b91f0c3ac3aa1e5a477d0fb23a816704 100644 (file)
@@ -2193,7 +2193,7 @@ while (0)
    CODE is the expression code--redundant, since it can be obtained
    with `GET_CODE (X)'.  */
 
-#define CONST_COSTS(X,CODE)                                            \
+#define CONST_COSTS(X,CODE,OUTER_CODE)                                 \
   case CONST_INT:                                                      \
     /* Always return 0, since we don't have different sized            \
        instructions, hence different costs according to Richard                \
@@ -2243,7 +2243,7 @@ while (0)
    strength reduction, and also makes it easier to identify what the
    compiler is doing.  */
 
-#define RTX_COSTS(X,CODE)                                              \
+#define RTX_COSTS(X,CODE,OUTER_CODE)                                   \
   case MEM:                                                            \
     {                                                                  \
       int num_words = (GET_MODE_SIZE (GET_MODE (X)) > UNITS_PER_WORD) ? 2 : 1; \