summaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-10 08:19:21 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-10 08:19:21 +0000
commit47199071a049d529a66ee06128853fd7774846ef (patch)
tree6b92c821c2ae799a2ab7f42bf9b9d1f1861fa75f /gcc/tree-pass.h
parentb49a67e18934624dd9ca33d4f8f1f1cba2ede38e (diff)
downloadgcc-47199071a049d529a66ee06128853fd7774846ef.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186268 138bc75d-0d04-0410-961f-82ee72b054a4
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 f849a542465..cbb2a87bd41 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;