aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Li <davidxl@google.com>2011-06-01 23:08:50 +0000
committerXinliang David Li <davidxl@gcc.gnu.org>2011-06-01 23:08:50 +0000
commit69282feeab8052df5274f1cd613d80bd3a30190e (patch)
tree992fad053d33b0f41da4637e3156bee5dbd50cc7
parente95873dd5bbab240f64c4ab8138646ead2e3bdfc (diff)
downloadgcc-69282feeab8052df5274f1cd613d80bd3a30190e.zip
gcc-69282feeab8052df5274f1cd613d80bd3a30190e.tar.gz
gcc-69282feeab8052df5274f1cd613d80bd3a30190e.tar.bz2
format clean up
From-SVN: r174551
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/tree-pretty-print.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9b9fc41..15c114a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-01 David Li <davidxl@google.com>
+
+ PR middle-end/49261
+ * tree-pretty-print.c (dump_function_header): Format cleanup.
+
2011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/49238
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c
index f498819..bfdcad6 100644
--- a/gcc/tree-pretty-print.c
+++ b/gcc/tree-pretty-print.c
@@ -3034,7 +3034,7 @@ dump_function_header (FILE *dump_file, tree fdecl)
if (node)
{
- fprintf (dump_file, "\n;; Function %s (%s, funcdef_no=%d, decl_uid = %d, cgraph_uid=%d)",
+ fprintf (dump_file, "\n;; Function %s (%s, funcdef_no=%d, decl_uid=%d, cgraph_uid=%d)",
dname, aname, fun->funcdef_no, DECL_UID(fdecl), node->uid);
fprintf (dump_file, "%s\n\n",
node->frequency == NODE_FREQUENCY_HOT