rs6000: Remove a comma in a debug string
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 17 Apr 2019 21:11:00 +0000 (23:11 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 17 Apr 2019 21:11:00 +0000 (23:11 +0200)
It is a bit confusing, it looks as if the compiler tried to print
something there.

* config/rs6000/rs6000.c (rs6000_register_move_cost): Fix typo.

From-SVN: r270426

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 4744dd296fdf49da9f4d73d36045dd2bb0902e55..3b8a84a5163ab999cd7c911381357aafa9b04803 100644 (file)
@@ -1,3 +1,7 @@
+2018-04-17  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * config/rs6000/rs6000.c (rs6000_register_move_cost): Fix typo.
+
 2019-04-17  Hongtao Liu  <hongtao.liu@intel.com>
 
        PR target/90125
index ae2249b7d5a7f0abac2513984b8b75d26ff375b4..f0de18d4dcd0baf35bfb5c149fc4875b68546ebc 100644 (file)
@@ -35023,7 +35023,7 @@ rs6000_register_move_cost (machine_mode mode,
     {
       if (dbg_cost_ctrl == 1)
        fprintf (stderr,
-                "rs6000_register_move_cost:, ret=%d, mode=%s, from=%s, to=%s\n",
+                "rs6000_register_move_cost: ret=%d, mode=%s, from=%s, to=%s\n",
                 ret, GET_MODE_NAME (mode), reg_class_names[from],
                 reg_class_names[to]);
       dbg_cost_ctrl--;