Commit f8ffe7dc by Richard Stallman

*** empty log message ***

From-SVN: r658
parent 2fe02d7e
...@@ -904,9 +904,9 @@ struct cumulative_args { int ints, floats; }; ...@@ -904,9 +904,9 @@ struct cumulative_args { int ints, floats; };
case CONST: \ case CONST: \
case LABEL_REF: \ case LABEL_REF: \
case SYMBOL_REF: \ case SYMBOL_REF: \
return 2; \ return 4; \
case CONST_DOUBLE: \ case CONST_DOUBLE: \
return 4; return 6;
/* Specify the cost of a branch insn; roughly the number of extra insns that /* Specify the cost of a branch insn; roughly the number of extra insns that
should be added to avoid a branch. should be added to avoid a branch.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment