]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gimple-pretty-print.c
Dump default defs for arguments, static chain and decl-by-reference
authorTom de Vries <tom@codesourcery.com>
Mon, 14 Dec 2015 19:29:48 +0000 (19:29 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 14 Dec 2015 19:29:48 +0000 (19:29 +0000)
commit0482b001d456f04130084df8a841bb7159b3d383
treed2ea519d48685aff6d60a5381ab876c40bc43bc7
parent44eba92d0a0594bda5b53fcb3c8f84f164c653b6
Dump default defs for arguments, static chain and decl-by-reference

2015-12-14  Tom de Vries  <tom@codesourcery.com>

PR other/68882
* gimple-pretty-print.c (dump_ssaname_info_to_file): New function.
* gimple-pretty-print.h (dump_ssaname_info_to_file): Declare.
* tree-cfg.c (dump_default_def): New function.
(dump_function_to_file): Dump default defs for arguments, static chain,
and decl-by-reference.

From-SVN: r231630
gcc/ChangeLog
gcc/gimple-pretty-print.c
gcc/gimple-pretty-print.h
gcc/tree-cfg.c