diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-08 19:55:31 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-08 19:55:31 +0000 |
commit | e03e223c5abf448c3c015d387c9f77191fa72f12 (patch) | |
tree | 318ee969151bdfa52f5c36e72343baf6ca340863 /gcc/integrate.h | |
parent | 050526fe1b7a6e93ace9e8cfd7a2fbe6b9454b27 (diff) | |
download | gcc-e03e223c5abf448c3c015d387c9f77191fa72f12.tar.gz |
* integrate.c (try_constants, subst_constants, mark_stores):
Remove.
* integrate.h: Remove the prototype for try_constants.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r-- | gcc/integrate.h | 2 |
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); |