diff options
author | David Li <davidxl@google.com> | 2011-06-01 23:08:50 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@gcc.gnu.org> | 2011-06-01 23:08:50 +0000 |
commit | 69282feeab8052df5274f1cd613d80bd3a30190e (patch) | |
tree | 992fad053d33b0f41da4637e3156bee5dbd50cc7 /gcc/tree-pretty-print.c | |
parent | e95873dd5bbab240f64c4ab8138646ead2e3bdfc (diff) | |
download | gcc-69282feeab8052df5274f1cd613d80bd3a30190e.zip gcc-69282feeab8052df5274f1cd613d80bd3a30190e.tar.gz gcc-69282feeab8052df5274f1cd613d80bd3a30190e.tar.bz2 |
format clean up
From-SVN: r174551
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r-- | gcc/tree-pretty-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |