diff options
author | Jan Hubicka <jh@suse.cz> | 2010-05-30 15:42:23 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-05-30 13:42:23 +0000 |
commit | 0a5fa5a1a212c8096f2ee246ef1739ba0083e213 (patch) | |
tree | 177f0ffb133f35d5a844f6804649e024de4423fe /gcc/cgraphunit.c | |
parent | 0b9c3a04049b790ea3aa6afcfef611088496be9d (diff) | |
download | gcc-0a5fa5a1a212c8096f2ee246ef1739ba0083e213.zip gcc-0a5fa5a1a212c8096f2ee246ef1739ba0083e213.tar.gz gcc-0a5fa5a1a212c8096f2ee246ef1739ba0083e213.tar.bz2 |
cgraph.h (cgraph_dump_file): Declare.
* cgraph.h (cgraph_dump_file): Declare.
* cgraphunit.c (cgraph_dump_file): Export.
* ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less
verbose.
* lto.c (promote_var, promote_fn, lto_wpa_write_files): Dump
partitioning decisions.
From-SVN: r160053
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 b9c8e79..3dfbc92 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -145,7 +145,7 @@ static void cgraph_expand_function (struct cgraph_node *); static void cgraph_output_pending_asms (void); static void cgraph_analyze_function (struct cgraph_node *); -static FILE *cgraph_dump_file; +FILE *cgraph_dump_file; /* A vector of FUNCTION_DECLs declared as static constructors. */ static GTY (()) VEC(tree, gc) *static_ctors; |