diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-28 22:05:40 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-28 22:05:40 +0000 |
commit | 1e477da152841fc4c7a68d65a10ce2125734e615 (patch) | |
tree | b4b9d12db826cdf0ce1cdc59b79ce763b018d4d0 /gcc/rtl.h | |
parent | 8b9ad4fb7aa15424953817b0ace135f6a8056fd1 (diff) | |
download | gcc-1e477da152841fc4c7a68d65a10ce2125734e615.tar.gz |
* integrate.h: Remove the prototype for
copy_decl_for_inlining.
* rtl.h: Remove the prototype for mark_constant_function.
* tree-vectorizer.h: Remove the prototype for
vect_strip_conversion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 250f383307c..1690a2af96b 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2145,7 +2145,6 @@ extern int canon_true_dependence (rtx, enum machine_mode, rtx, rtx, extern int read_dependence (rtx, rtx); extern int anti_dependence (rtx, rtx); extern int output_dependence (rtx, rtx); -extern void mark_constant_function (void); extern void init_alias_once (void); extern void init_alias_analysis (void); extern void end_alias_analysis (void); |