* gimple-pretty-print.c (dump_ssaname_info): Always print "# " before
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Oct 2013 06:32:23 +0000 (06:32 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Oct 2013 06:32:23 +0000 (06:32 +0000)
commit64fd716d23d058d03b7884be715573d53a3ebfdc
tree0b7db1e166c65d7c4a1b20df4558a7a5ea22fdce
parentf6437a8cb4062688a14d2fa410b3e90e4d979926
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203947 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple-pretty-print.c