diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-17 01:21:29 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-17 01:21:29 +0000 |
commit | d6108e890ccd55d45010ec888091489c26704be3 (patch) | |
tree | 7f5f11792084ec57d5fde783154b30a27385ca43 /gcc/rtl.h | |
parent | 838f78d63b20aaf9078bf5afe2e94054fcd180f7 (diff) | |
download | gcc-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |