aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-18 06:38:09 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-18 06:38:09 +0000
commita0dc2bb65448c58c647e810c50bcf7ac2f498634 (patch)
treec8dad13401a187356ae57804506f1c1e296071ff /gcc/rtl.h
parent40263924c8d1458818c6229fcc7516dc70ddcfb7 (diff)
downloadgcc-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/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index f3ec065..9d8eb36 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2022,7 +2022,6 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT,
/* In flow.c */
extern void recompute_reg_usage (void);
-extern int initialize_uninitialized_subregs (void);
extern void delete_dead_jumptables (void);
extern void print_rtl_with_bb (FILE *, rtx);
extern void dump_flow_info (FILE *);