diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-16 05:17:54 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-16 05:17:54 +0000 |
commit | 66c2c707250fa3f9237fb1eab14c383f087e5ec5 (patch) | |
tree | bac32341a8c2dae0afe13073440721ba62661c7b /gcc/cse.c | |
parent | a0028b3db29f2c7c8e55fe9d4efcf9f65038e7db (diff) | |
download | gcc-66c2c707250fa3f9237fb1eab14c383f087e5ec5.tar.gz |
* cse.c (cse_condition_code_reg): Make it static.
* rtl.h: Remove the prototype for cse_condition_code_reg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109742 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c index a352c0efadf..ce6edcd7599 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -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; |