*** empty log message ***

From-SVN: r658
This commit is contained in:
Richard Stallman 1992-04-01 08:10:16 +00:00
parent 2fe02d7ee9
commit f8ffe7dcf4

View 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.