aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-04-10 08:19:21 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-04-10 08:19:21 +0000
commit26eb69c619a491be1a40413b98d010b2d3ef984a (patch)
tree6b92c821c2ae799a2ab7f42bf9b9d1f1861fa75f /gcc/tree-pass.h
parentbcc2b4cdc2b3692baa1e2c64c5c520a0dc66bc4b (diff)
downloadgcc-26eb69c619a491be1a40413b98d010b2d3ef984a.zip
gcc-26eb69c619a491be1a40413b98d010b2d3ef984a.tar.gz
gcc-26eb69c619a491be1a40413b98d010b2d3ef984a.tar.bz2
tree-pass.h (tree_lowering_passes): Remove.
2012-04-10 Richard Guenther <rguenther@suse.de> * tree-pass.h (tree_lowering_passes): Remove. * tree-optimize.c (tree_lowering_passes): Remove. * cgraph.c (cgraph_add_new_function): Inline relevant parts of tree_lowering_passes, avoid redundant call of early local passes. * cgraphunit.c (cgraph_lower_function): Fold into ... (cgraph_analyze_function): ... its single caller. Inline relevant parts of tree_lowering_passes. From-SVN: r186268
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index f849a54..cbb2a87 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -349,8 +349,6 @@ struct register_pass_info
enum pass_positioning_ops pos_op; /* how to insert the new pass. */
};
-extern void tree_lowering_passes (tree decl);
-
extern struct gimple_opt_pass pass_mudflap_1;
extern struct gimple_opt_pass pass_mudflap_2;
extern struct gimple_opt_pass pass_lower_cf;