From: kazu Date: Wed, 18 Jan 2006 17:41:04 +0000 (+0000) Subject: * rtl.h: Remove the prototype for reg_alloc. X-Git-Tag: upstream/4.9.2~56433 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94543d6987c66b013d7599bdccf58c2f37a4f12f;p=platform%2Fupstream%2Flinaro-gcc.git * rtl.h: Remove the prototype for reg_alloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109898 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * rtl.h: Remove the prototype for reg_alloc. + 2006-01-18 John David Anglin 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 {