diff options
author | Teresa Johnson <tejohnson@google.com> | 2014-05-09 18:31:57 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@gcc.gnu.org> | 2014-05-09 18:31:57 +0000 |
commit | e7eee636b3eb402f434e8efa757b80c98d491e9b (patch) | |
tree | da288b0bdebc39a579cfd230b830754a756f5e0c /gcc/cgraphunit.c | |
parent | e8ee694a14382f4b2cea7ec5622e2be5329d581d (diff) | |
download | gcc-e7eee636b3eb402f434e8efa757b80c98d491e9b.zip gcc-e7eee636b3eb402f434e8efa757b80c98d491e9b.tar.gz gcc-e7eee636b3eb402f434e8efa757b80c98d491e9b.tar.bz2 |
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
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |