Commit e7eee636 by Teresa Johnson Committed by Teresa Johnson

cgraphunit.c (analyze_functions): Use correct dump file.

2014-05-09  Teresa Johnson  <tejohnson@google.com>

	* cgraphunit.c (analyze_functions): Use correct dump file.

From-SVN: r210286
parent e8ee694a
2014-05-09 Teresa Johnson <tejohnson@google.com>
* cgraphunit.c (analyze_functions): Use correct dump file.
2014-05-09 Florian Weimer <fweimer@redhat.com> 2014-05-09 Florian Weimer <fweimer@redhat.com>
* cfgexpand.c (stack_protect_decl_p): New function, extracted from * cfgexpand.c (stack_protect_decl_p): New function, extracted from
......
...@@ -984,7 +984,7 @@ analyze_functions (void) ...@@ -984,7 +984,7 @@ analyze_functions (void)
first_analyzed_var = varpool_first_variable (); first_analyzed_var = varpool_first_variable ();
first_analyzed = cgraph_first_function (); first_analyzed = cgraph_first_function ();
if (changed && dump_file) if (changed && cgraph_dump_file)
fprintf (cgraph_dump_file, "\n"); fprintf (cgraph_dump_file, "\n");
/* Lower representation, build callgraph edges and references for all trivially /* Lower representation, build callgraph edges and references for all trivially
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment