diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-16 05:17:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-16 05:17:54 +0000 |
commit | cab2264d17e4602aa2de844413c36a207ba4665a (patch) | |
tree | bac32341a8c2dae0afe13073440721ba62661c7b /gcc/cse.c | |
parent | e21d6c600c0e4c27d89e59bed687fa5e0861f4ca (diff) | |
download | gcc-cab2264d17e4602aa2de844413c36a207ba4665a.zip gcc-cab2264d17e4602aa2de844413c36a207ba4665a.tar.gz gcc-cab2264d17e4602aa2de844413c36a207ba4665a.tar.bz2 |
cse.c (cse_condition_code_reg): Make it static.
* cse.c (cse_condition_code_reg): Make it static.
* rtl.h: Remove the prototype for cse_condition_code_reg.
From-SVN: r109742
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7676,7 +7676,7 @@ cse_cc_succs (basic_block bb, rtx cc_reg, rtx cc_src, bool can_change_mode) /* If we have a fixed condition code register (or two), walk through the instructions and try to eliminate duplicate assignments. */ -void +static void cse_condition_code_reg (void) { unsigned int cc_regno_1; |