aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2010-05-30 15:42:23 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2010-05-30 13:42:23 +0000
commit0a5fa5a1a212c8096f2ee246ef1739ba0083e213 (patch)
tree177f0ffb133f35d5a844f6804649e024de4423fe /gcc/cgraph.h
parent0b9c3a04049b790ea3aa6afcfef611088496be9d (diff)
downloadgcc-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/cgraph.h')
-rw-r--r--gcc/cgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 8e2be08..3c91f049 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -598,6 +598,7 @@ bool cgraph_node_cannot_return (struct cgraph_node *);
bool cgraph_edge_cannot_lead_to_return (struct cgraph_edge *);
/* In cgraphunit.c */
+extern FILE *cgraph_dump_file;
void cgraph_finalize_function (tree, bool);
void cgraph_mark_if_needed (tree);
void cgraph_finalize_compilation_unit (void);