diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-18 15:01:18 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-18 15:01:18 +0000 |
commit | 7399bcb0fa6d1d49076af0ec79d9ae081eef1fbc (patch) | |
tree | d8a192d3814081d946a8ba76c81c6e7330b4436f /gcc/mode-switching.c | |
parent | 75c752a07f685a29fb15da97e9b540a6455e31fb (diff) | |
download | gcc-7399bcb0fa6d1d49076af0ec79d9ae081eef1fbc.zip gcc-7399bcb0fa6d1d49076af0ec79d9ae081eef1fbc.tar.gz gcc-7399bcb0fa6d1d49076af0ec79d9ae081eef1fbc.tar.bz2 |
mode-switching.c (optimize_mode_switching): Make it static.
* mode-switching.c (optimize_mode_switching): Make it static.
* basic-block.h: Remove the prototype for
optimize_mode_switching.
From-SVN: r109887
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r-- | gcc/mode-switching.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index 30ad3a8..3e7ec7e 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -382,7 +382,7 @@ create_pre_exit (int n_entities, int *entity_map, const int *num_modes) /* Find all insns that need a particular mode setting, and insert the necessary mode switches. Return true if we did work. */ -int +static int optimize_mode_switching (FILE *file) { rtx insn; |