diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-18 17:41:04 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-18 17:41:04 +0000 |
commit | 94543d6987c66b013d7599bdccf58c2f37a4f12f (patch) | |
tree | a7dc51ef6cf12c9741e3d75b75538709e9a9b004 /gcc/rtl.h | |
parent | defc55a19236c8239d8ab040225c6bc4c358c2e9 (diff) | |
download | gcc-94543d6987c66b013d7599bdccf58c2f37a4f12f.tar.gz |
* 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
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 2bc0ae2b43f..f61d7775cc7 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 { |