]> gcc.gnu.org Git - gcc.git/commit
global.c (earlyclobber_regclass): Change the type to VEC(int,heap).
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 28 Apr 2005 14:18:29 +0000 (14:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 28 Apr 2005 14:18:29 +0000 (14:18 +0000)
commit60550c0c62ffc3846ce120ffbe0cc92aee9ad4b4
treeb8ec510c39a0dda2aba09142719909661f9c3693
parent781e1004f3eee23f946442b7829118a11212898c
global.c (earlyclobber_regclass): Change the type to VEC(int,heap).

* 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.

From-SVN: r98922
gcc/ChangeLog
gcc/global.c
This page took 0.064005 seconds and 5 git commands to generate.