From: Teresa Johnson Date: Fri, 9 May 2014 18:31:57 +0000 (+0000) Subject: cgraphunit.c (analyze_functions): Use correct dump file. X-Git-Tag: upstream/12.2.0~63371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7eee636b3eb402f434e8efa757b80c98d491e9b;p=platform%2Fupstream%2Fgcc.git cgraphunit.c (analyze_functions): Use correct dump file. 2014-05-09 Teresa Johnson * cgraphunit.c (analyze_functions): Use correct dump file. From-SVN: r210286 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 20192f6..67bfdbf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-09 Teresa Johnson + + * cgraphunit.c (analyze_functions): Use correct dump file. + 2014-05-09 Florian Weimer * cfgexpand.c (stack_protect_decl_p): New function, extracted from diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index d06ce32..9b51135 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -984,7 +984,7 @@ analyze_functions (void) first_analyzed_var = varpool_first_variable (); first_analyzed = cgraph_first_function (); - if (changed && dump_file) + if (changed && cgraph_dump_file) fprintf (cgraph_dump_file, "\n"); /* Lower representation, build callgraph edges and references for all trivially