OSDN Git Service

* global.c (earlyclobber_regclass): Change the type to
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2005 14:18:29 +0000 (14:18 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2005 14:18:29 +0000 (14:18 +0000)
commite6e20556bc56aef21773f1969e1cbf7bffdde105
treeb8ec510c39a0dda2aba09142719909661f9c3693
parentfc61d1a98ef9e327f5032db9cc7eaa5c93ad591d
* global.c (earlyclobber_regclass): Change the type to
VEC(int,heap).
(check_earlyclobber): Update uses of earlyclobber_regclass.
(mark_reg_use_for_earlyclobber): Likewise.
(calculate_local_reg_bb_info): Allocate and free
earlyclobber_regclass using the VEC API.

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