* rtl.h: Remove the prototype for reg_alloc.

From-SVN: r109898
This commit is contained in:
Kazu Hirata 2006-01-18 17:41:04 +00:00 committed by Kazu Hirata
parent ddfd0d910b
commit 94a89f3bbc
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-01-18 Kazu Hirata <kazu@codesourcery.com>
* rtl.h: Remove the prototype for reg_alloc.
2006-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/25731

View File

@ -2158,9 +2158,6 @@ extern rtx compare_and_jump_seq (rtx, rtx, enum rtx_code, rtx, int, rtx);
/* In loop-iv.c */
extern rtx canon_condition (rtx);
extern void simplify_using_condition (rtx, rtx *, struct bitmap_head_def *);
/* In ra.c. */
extern void reg_alloc (void);
struct rtl_hooks
{