r136639 - in /trunk/gcc: ChangeLog tree-inline....

dougkwan@gcc.gnu.org dougkwan@gcc.gnu.org
Tue Jun 10 20:21:00 GMT 2008


Author: dougkwan
Date: Tue Jun 10 20:21:24 2008
New Revision: 136639

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136639
Log:
2008-06-10  Vinodha Ramasamy  <vinodha@google.com>
        * value_prob.c (tree_divmod_fixed_value_transform): Use gcov_type.
	Avoid division by 0.
	(tree_mod_pow2_value_transform): Likewise.
	(tree_ic_transform): Likewise.
	(tree_stringops_transform): Likewise.
	(tree_mod_subtract_transform): Likewise.
	* tree-inline-c (copy_bb): Corrected int type to gcov_type.
	(copy_edges_for_bb): Likewise.
	(initialize_cfun): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-inline.c
    trunk/gcc/value-prof.c



More information about the Gcc-cvs mailing list