aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2012-11-07 09:28:50 +0000
committerMartin Jambor <mjambor@suse.cz>2012-11-07 09:28:50 +0000
commitddedb9100bfd4b296d1e91ef981a4880d2768383 (patch)
tree24551fd105d77f516e3d5fcefd5bfac9a162315d /gcc/tree-pass.h
parentd9f57c63d1f186987fa09d3825c18223f7ea94f4 (diff)
2012-11-07 Martin Jambor <mjambor@suse.cz>
* lto-cgraph.c: Include tree-pass.h. (lto_output_node): Stream node->ipa_transforms_to_apply. (input_node): Likewise. * tree-pass.h (passes_by_id): Declare. (passes_by_id_size): Likewise. * Makefile.in (lto-cgraph.o): Add TREE_PASS_H to dependencies. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@193286 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 8ed2d986ada..09ec531f27b 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -544,6 +544,9 @@ extern void register_pass (struct register_pass_info *);
directly in jump threading, and avoid peeling them next time. */
extern bool first_pass_instance;
+extern struct opt_pass **passes_by_id;
+extern int passes_by_id_size;
+
/* Declare for plugins. */
extern void do_per_function_toporder (void (*) (void *), void *);