public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH]: Neaten df_scan_start_dump dump
@ 2015-06-02 10:38 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2015-06-02 10:38 UTC (permalink / raw)
  To: gcc-patches

Hello!

2015-06-02  Uros Bizjak  <ubizjak@gmail.com>

    * df-scan.c (df_scan_start_dump): Add space between regno and regname.

Tested on x86_64-linux-gnu, committed to mainline SVN.

Uros.

Index: df-scan.c
===================================================================
--- df-scan.c   (revision 224011)
+++ df-scan.c   (working copy)
@@ -365,7 +365,7 @@ df_scan_start_dump (FILE *file ATTRIBUTE_UNUSED)
  fprintf (file, ";;  regs ever live \t");
  for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
    if (df_regs_ever_live_p (i))
-      fprintf (file, " %d[%s]", i, reg_names[i]);
+      fprintf (file, " %d [%s]", i, reg_names[i]);
  fprintf (file, "\n;;  ref usage \t");

  for (i = 0; i < (int)df->regs_inited; i++)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-02 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-02 10:38 [PATCH]: Neaten df_scan_start_dump dump Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).