OSDN Git Service

* rtlanal.c (alloc_reg_note): New function, broken out of
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 2009 16:08:04 +0000 (16:08 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 2009 16:08:04 +0000 (16:08 +0000)
commit5859ee980d2e3e19ff417906a7ba7b1b3b2547bf
tree3ebbcbf49394dbd129b5e797695277272a56d921
parent8f6c49f5439f316279d260c2c1bb0d478cd19dcb
* rtlanal.c (alloc_reg_note): New function, broken out of
add_reg_note.
(add_reg_note): Call alloc_reg_note.
* rtl.h (alloc_reg_note): Declare.
* combine.c (try_combine): Use alloc_reg_note.
(recog_for_combine, move_deaths): Likewise.
(distribute_notes): Use alloc_reg_note and add_reg_note.
* haifa-sched.c (sched_create_recovery_edges): Use add_reg_note.
* combine-stack-adj.c (adjust_frame_related_expr): Likewise.
* reload1.c (eliminate_regs_1): Use alloc_reg_note.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146201 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine-stack-adj.c
gcc/combine.c
gcc/haifa-sched.c
gcc/reload1.c
gcc/rtl.h
gcc/rtlanal.c