S/390: Improve documentation of s390_reload_costs.
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Fri, 29 Apr 2016 09:20:55 +0000 (09:20 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 29 Apr 2016 09:20:55 +0000 (09:20 +0000)
gcc/ChangeLog:

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

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

From-SVN: r235630

gcc/ChangeLog
gcc/config/s390/s390.c

index 31e32355bce759995f945dd9ef45b05404895e1f..02b839e0ebf8e68a1d2eb9885fdee1eaba112406 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
index 155be3c69b0f9c2ab7de2c8501e9c6adfac47e9e..48b8222bf879909c697b91d7c6821ac7b1653c35 100644 (file)
@@ -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
    cost has been computed, and false if subexpressions should be
-   scanned.  In either case, *TOTAL contains the cost result.
-   OUTER_CODE contains the code of the superexpression of x.  */
+   scanned.  In either case, *TOTAL contains the cost result.  The
+   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
 s390_rtx_costs (rtx x, machine_mode mode, int outer_code,