diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-08 19:55:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-08 19:55:31 +0000 |
commit | 2a9772e3f82d2dc90ab56076f31fb29cb8f450da (patch) | |
tree | 318ee969151bdfa52f5c36e72343baf6ca340863 /gcc/integrate.h | |
parent | 6dcc04b0603acb478023cd019af32eb5ca99e85f (diff) | |
download | gcc-2a9772e3f82d2dc90ab56076f31fb29cb8f450da.tar.gz |
integrate.c (try_constants, [...]): Remove.
* integrate.c (try_constants, subst_constants, mark_stores):
Remove.
* integrate.h: Remove the prototype for try_constants.
From-SVN: r88787
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); |