Commit 2c2156a7 by Dominik Vogt Committed by Andreas Krebbel

S/390: Improve documentation of s390_reload_costs.

gcc/ChangeLog:

2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>

	* config/s390/s390.c (s390_rtx_costs): Update documentation.

From-SVN: r235630
parent 509063eb
2016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
* config/s390/s390.c (s390_rtx_costs): Update documentation.
2016-04-29 Andreas Krebbel <krebbel@linux.vnet.ibm.com> 2016-04-29 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder. * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
......
...@@ -3370,8 +3370,10 @@ s390_memory_move_cost (machine_mode mode ATTRIBUTE_UNUSED, ...@@ -3370,8 +3370,10 @@ s390_memory_move_cost (machine_mode mode ATTRIBUTE_UNUSED,
/* Compute a (partial) cost for rtx X. Return true if the complete /* Compute a (partial) cost for rtx X. Return true if the complete
cost has been computed, and false if subexpressions should be cost has been computed, and false if subexpressions should be
scanned. In either case, *TOTAL contains the cost result. scanned. In either case, *TOTAL contains the cost result. The
OUTER_CODE contains the code of the superexpression of x. */ initial value of *TOTAL is the default value computed by
rtx_cost. It may be left unmodified. OUTER_CODE contains the
code of the superexpression of x. */
static bool static bool
s390_rtx_costs (rtx x, machine_mode mode, int outer_code, s390_rtx_costs (rtx x, machine_mode mode, int outer_code,
......
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