* rtlanal.c (set_of_1): New static function.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 13:06:43 +0000 (13:06 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 13:06:43 +0000 (13:06 +0000)
commitb7995d547b2ca371c21f71f4a616003f42d1099a
treea6cc4c90e6c6bd79c136ac5f230c44bcb11cc27c
parentfafa62e3f4be877e8e497174a4457012a3dde4e7
* rtlanal.c (set_of_1): New static function.
(reg_set_last_1, reg_set_p_1, reg_set_reg, reg_set_flag,
 reg_set_last_unknown, reg_set_last_value, reg_set_last_first_regno,
 reg_set_last_last_regno): Remove.
(set_of): New global function.
(set_of_data): New structure.
(reg_set_p, reg_set_last): Revamp for set_of.
* rtl.h (set_of): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38772 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/rtl.h
gcc/rtlanal.c