aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-18 17:41:04 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-18 17:41:04 +0000
commit94a89f3bbcd95924c498c309defd168666cc308e (patch)
treea7dc51ef6cf12c9741e3d75b75538709e9a9b004
parentddfd0d910b2b3e8acaeb490d901b303326e83256 (diff)
downloadgcc-94a89f3bbcd95924c498c309defd168666cc308e.zip
gcc-94a89f3bbcd95924c498c309defd168666cc308e.tar.gz
gcc-94a89f3bbcd95924c498c309defd168666cc308e.tar.bz2
* rtl.h: Remove the prototype for reg_alloc.
From-SVN: r109898
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/rtl.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 04a67b7..1f6041c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 2bc0ae2..f61d777 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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
{