OSDN Git Service

* tree-pretty-print.c (print_call_name): Take the callee, not the
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 May 2009 22:01:38 +0000 (22:01 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 May 2009 22:01:38 +0000 (22:01 +0000)
commit4437c3fec1773050625ad42cb5fefb5350f355ed
tree5f90478fcda78e3b4eeae78c8fb673395269e315
parent4f5ea781e86ee047d68d957c8c30120d18be2fcb
* tree-pretty-print.c (print_call_name): Take the callee, not the
call itself.  Make non-static.  Use dump_function_name for
functions.
(dump_generic_node): Adjust.
* diagnostic.h: Declare print_call_name.
* gimple-pretty-print.c (dump_gimple_call): Use it.

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