aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-08 19:55:31 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-10-08 19:55:31 +0000
commitcb4689bb1d8c3415b0a5288722b73c66ab66d752 (patch)
tree318ee969151bdfa52f5c36e72343baf6ca340863 /gcc/integrate.h
parent87b2d5cd2b7ef39cb3a664e7b63b3d065ab6b5b9 (diff)
* integrate.c (try_constants, subst_constants, mark_stores):
Remove. * integrate.h: Remove the prototype for try_constants. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@88787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r--gcc/integrate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h
index 88a4f5ddeb7..7ca2951b692 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.h
@@ -142,8 +142,6 @@ extern tree copy_decl_for_inlining (tree, tree, tree);
true otherwise. */
extern bool function_attribute_inlinable_p (tree);
-extern void try_constants (rtx, struct inline_remap *);
-
/* Return the label indicated. */
extern rtx get_label_from_map (struct inline_remap *, int);