gimple-pretty-print.c (dump_ssaname_info): Always print "# " before the info, not...
authorJakub Jelinek <jakub@redhat.com>
Wed, 23 Oct 2013 06:32:23 +0000 (08:32 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 23 Oct 2013 06:32:23 +0000 (08:32 +0200)
commitd09c0e9bfb662a3edb7beb1771bfc2f7983886b8
tree0b7db1e166c65d7c4a1b20df4558a7a5ea22fdce
parent3d54e576483fe7a746ec6a9f5c4a42e743f27d13
gimple-pretty-print.c (dump_ssaname_info): Always print "# " before the info, not after it.

* gimple-pretty-print.c (dump_ssaname_info): Always print "# " before
the info, not after it.
(gump_gimple_phi): Add COMMENT argument, if true, print "# " after
dump_ssaname_info call.
(pp_gimple_stmt_1): Adjust caller.
(dump_phi_nodes): Likewise.  Don't print "# " here.

From-SVN: r203947
gcc/ChangeLog
gcc/gimple-pretty-print.c