]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rtl.h: Remove the prototype for reg_alloc.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 18 Jan 2006 17:41:04 +0000 (17:41 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 18 Jan 2006 17:41:04 +0000 (17:41 +0000)
From-SVN: r109898

gcc/ChangeLog
gcc/rtl.h

index 04a67b79d8bed14ad80991170052c4a7a23c9ece..1f6041cc420497f91739f65197c7c23742d784d1 100644 (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
index 2bc0ae2b43f84699ce89c494ac4e52a2e0c371da..f61d7775cc7846efb604abdfbc9766634d7159c3 100644 (file)
--- 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);
 \f
 struct rtl_hooks
 {