Commit 2ad37a09 by Segher Boessenkool Committed by Segher Boessenkool

rs6000: Remove a comma in a debug string

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
parent 5f00d0d5
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> 2019-04-17 Hongtao Liu <hongtao.liu@intel.com>
PR target/90125 PR target/90125
......
...@@ -35023,7 +35023,7 @@ rs6000_register_move_cost (machine_mode mode, ...@@ -35023,7 +35023,7 @@ rs6000_register_move_cost (machine_mode mode,
{ {
if (dbg_cost_ctrl == 1) if (dbg_cost_ctrl == 1)
fprintf (stderr, 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], ret, GET_MODE_NAME (mode), reg_class_names[from],
reg_class_names[to]); reg_class_names[to]);
dbg_cost_ctrl--; dbg_cost_ctrl--;
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