From: davidxl Date: Wed, 1 Jun 2011 23:08:50 +0000 (+0000) Subject: format clean up X-Git-Tag: upstream/4.9.2~20265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=523a6ae3107de298d3605e680d7b05ede9c85227;p=platform%2Fupstream%2Flinaro-gcc.git format clean up git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174551 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + PR middle-end/49261 + * tree-pretty-print.c (dump_function_header): Format cleanup. + 2011-06-01 Kaz Kojima 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