*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 1 Apr 1992 08:10:16 +0000 (08:10 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 1 Apr 1992 08:10:16 +0000 (08:10 +0000)
From-SVN: r658

gcc/config/i860/i860.h

index ac4b64b22a95e2cf0fbea2b40a265b60047156e5..5091321ff270b9819ec4bae10c1663eda0b65e43 100644 (file)
@@ -904,9 +904,9 @@ struct cumulative_args { int ints, floats; };
   case CONST:                                                  \
   case LABEL_REF:                                              \
   case SYMBOL_REF:                                             \
-    return 2;                                                  \
+    return 4;                                                  \
   case CONST_DOUBLE:                                           \
-    return 4;
+    return 6;
 
 /* Specify the cost of a branch insn; roughly the number of extra insns that
    should be added to avoid a branch.