aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-28 22:05:40 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-28 22:05:40 +0000
commit3e9ba9d6a2000ad0ef0dc0f7632bb1329225b756 (patch)
treeb4b9d12db826cdf0ce1cdc59b79ce763b018d4d0 /gcc/rtl.h
parent4b5ddfbe975b5f04d9f12526a91d6002b92f8dc3 (diff)
downloadgcc-3e9ba9d6a2000ad0ef0dc0f7632bb1329225b756.zip
gcc-3e9ba9d6a2000ad0ef0dc0f7632bb1329225b756.tar.gz
gcc-3e9ba9d6a2000ad0ef0dc0f7632bb1329225b756.tar.bz2
integrate.h: Remove the prototype for copy_decl_for_inlining.
* 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. From-SVN: r110336
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 250f383..1690a2a 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);