Commit 94a89f3b by Kazu Hirata Committed by Kazu Hirata

* rtl.h: Remove the prototype for reg_alloc.

From-SVN: r109898
parent ddfd0d91
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> 2006-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/25731 PR target/25731
......
...@@ -2159,9 +2159,6 @@ extern rtx compare_and_jump_seq (rtx, rtx, enum rtx_code, rtx, int, rtx); ...@@ -2159,9 +2159,6 @@ extern rtx compare_and_jump_seq (rtx, rtx, enum rtx_code, rtx, int, rtx);
extern rtx canon_condition (rtx); extern rtx canon_condition (rtx);
extern void simplify_using_condition (rtx, rtx *, struct bitmap_head_def *); extern void simplify_using_condition (rtx, rtx *, struct bitmap_head_def *);
/* In ra.c. */
extern void reg_alloc (void);
struct rtl_hooks struct rtl_hooks
{ {
rtx (*gen_lowpart) (enum machine_mode, rtx); rtx (*gen_lowpart) (enum machine_mode, rtx);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment