Commit 69282fee by David Li Committed by Xinliang David Li

format clean up

From-SVN: r174551
parent e95873dd
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> 2011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/49238 PR target/49238
......
...@@ -3034,7 +3034,7 @@ dump_function_header (FILE *dump_file, tree fdecl) ...@@ -3034,7 +3034,7 @@ dump_function_header (FILE *dump_file, tree fdecl)
if (node) 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); dname, aname, fun->funcdef_no, DECL_UID(fdecl), node->uid);
fprintf (dump_file, "%s\n\n", fprintf (dump_file, "%s\n\n",
node->frequency == NODE_FREQUENCY_HOT node->frequency == NODE_FREQUENCY_HOT
......
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