diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-18 06:38:09 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-18 06:38:09 +0000 |
commit | 3c09a5f7f12e8083d90be9861b6f25cc8714410c (patch) | |
tree | c8dad13401a187356ae57804506f1c1e296071ff /gcc/flow.c | |
parent | 378d0df4ce04190bc1abb8c6c080faca24d4083c (diff) | |
download | gcc-3c09a5f7f12e8083d90be9861b6f25cc8714410c.tar.gz |
* flow.c (initialize_uninitialized_subregs): Make it static.
* rtl.h: Remove the prototype for
initialize_uninitialized_subregs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109873 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index ca2f1e14f6b..94595da2477 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -1494,7 +1494,7 @@ find_regno_partial (rtx *ptr, void *data) registers whose value is unknown, and may contain some kind of sticky bits we don't want. */ -int +static int initialize_uninitialized_subregs (void) { rtx insn; |