This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dump cgraph before merging


On Sun, 2010-07-04 at 15:26 +0200, Jan Hubicka wrote:
> Hi,
> while working on Mozilla LTO problems I found useful to have dump of callgraph
> before merging is done.
> +  if (cgraph_dump_file)
> +    {
> +      if (cgraph_dump_file)
> +	fprintf (cgraph_dump_file, "Before merging:\n");

Why do you test twice cgraph_dump_file?

Cheers.
-- 
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]