This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r143850 - in /branches/gcc-in-cxx/gcc: ChangeLo...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 01 Feb 2009 06:24:31 -0000
- Subject: r143850 - in /branches/gcc-in-cxx/gcc: ChangeLo...
Author: ian
Date: Sun Feb 1 06:24:31 2009
New Revision: 143850
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143850
Log:
* reginfo.c (init_move_cost): Add casts to enum type and integer
types.
(init_reg_sets_1, init_fake_stack_mems): Likewise.
(cannot_change_mode_set_regs): Change 'to' to unsigned int. Add
casts to enum type.
(invalid_mode_change_p): Likewise.
(pass_reginfo_init): Use TV_NONE for tv_id initializer.
(pass_subregs_of_mode_init): Likewise.
(pass_subregs_of_mode_finish): Likewise.
Modified:
branches/gcc-in-cxx/gcc/ChangeLog.cxx
branches/gcc-in-cxx/gcc/reginfo.c