From: Richard Stallman Date: Wed, 1 Apr 1992 08:10:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8ffe7dcf4a4b85dc08647b30b1ae48d81937354;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r658 --- diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index ac4b64b22a95..5091321ff270 100644 --- a/gcc/config/i860/i860.h +++ b/gcc/config/i860/i860.h @@ -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.