aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-17 01:21:29 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-17 01:21:29 +0000
commitd6108e890ccd55d45010ec888091489c26704be3 (patch)
tree7f5f11792084ec57d5fde783154b30a27385ca43 /gcc/rtl.h
parent838f78d63b20aaf9078bf5afe2e94054fcd180f7 (diff)
downloadgcc-d6108e890ccd55d45010ec888091489c26704be3.zip
gcc-d6108e890ccd55d45010ec888091489c26704be3.tar.gz
gcc-d6108e890ccd55d45010ec888091489c26704be3.tar.bz2
ifcvt.c (if_convert): Make it static.
* ifcvt.c (if_convert): Make it static. * rtl.h: Remove the prototype for if_convert. From-SVN: r109793
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index d401c98..0484cf7 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2156,9 +2156,6 @@ extern GTY(()) rtx stack_limit_rtx;
extern void regrename_optimize (void);
extern void copyprop_hardreg_forward (void);
-/* In ifcvt.c */
-extern void if_convert (int);
-
/* In predict.c */
extern void invert_br_probabilities (rtx);
extern bool expensive_function_p (int);