diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-18 06:38:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-18 06:38:09 +0000 |
commit | a0dc2bb65448c58c647e810c50bcf7ac2f498634 (patch) | |
tree | c8dad13401a187356ae57804506f1c1e296071ff /gcc/flow.c | |
parent | 40263924c8d1458818c6229fcc7516dc70ddcfb7 (diff) | |
download | gcc-a0dc2bb65448c58c647e810c50bcf7ac2f498634.zip gcc-a0dc2bb65448c58c647e810c50bcf7ac2f498634.tar.gz gcc-a0dc2bb65448c58c647e810c50bcf7ac2f498634.tar.bz2 |
flow.c (initialize_uninitialized_subregs): Make it static.
* flow.c (initialize_uninitialized_subregs): Make it static.
* rtl.h: Remove the prototype for
initialize_uninitialized_subregs.
From-SVN: r109873
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |