]> gcc.gnu.org Git - gcc.git/commit
vec.h: Implement integral type vector specialization.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 27 May 2005 13:26:02 +0000 (13:26 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 27 May 2005 13:26:02 +0000 (13:26 +0000)
commita0ef884f73d791abd09ca3f5a9ccf725ead5fe39
treee3f210ab216eaf0a7c58b01f4405ce385f33b809
parent6e3b9e2787800d6fde4828a532cc94d436193701
vec.h: Implement integral type vector specialization.

* vec.h: Implement integral type vector specialization.
(VEC_T): Define a non-GTY structure.
(VEC_T_GTY): Define a GTY structure.
(VEC_TA): Rename to ...
(VEC_TA_GTY): ... here.
(DEF_VEC_I, DEF_VEC_ALLOC_I): New.
(DEF_VEC_P, DEF_VEC_ALLOC_P): Adjust.
(DEF_VEC_FUNC_P, DEF_VEC_ALLOC_FUNC_P): New, broken out of
DEF_VEC_P and DEF_VEC_ALLOC_P.
(DEF_VEC_O, DEF_VEC_ALLOC_O): Adjust.
(DEF_VEC_FUNC_O, DEF_VEC_ALLOC_FUNC_O): New, broken out of
DEF_VEC_O and DEF_VEC_ALLOC_O.
* global.c: Use DEF_VEC_I, DEF_VEC_ALLOC_I.
* lambda-code.c: Likewise.
* tree-into-ssa.c: Likewise.
* tree-ssa-live.c: Likewise.

From-SVN: r100251
gcc/ChangeLog
gcc/global.c
gcc/lambda-code.c
gcc/tree-into-ssa.c
gcc/tree-ssa-live.c
gcc/vec.h
This page took 0.062266 seconds and 5 git commands to generate.