* genautomata.c (process_state_for_insn_equiv_partition):
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jan 2006 15:19:40 +0000 (15:19 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jan 2006 15:19:40 +0000 (15:19 +0000)
commit7f882fe9d2c2c94d333fd7b448bfdca01bcb0e29
tree310851c47ee12a55d837dbf6fd1ad78bfc539dcb
parentea4b1692d1a67d549f0584f9b46a8932330bc52a
* genautomata.c (process_state_for_insn_equiv_partition):
Use xcalloc for insn_arcs_array.
* vec.h (DEF_VEC_ALLOC_FUNC_I): New set of templates.
(DEF_VEC_ALLOC_I): Use it, not DEF_VEC_ALLOC_FUNC_P.

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