tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update profile.
authorJan Hubicka <jh@suse.cz>
Sat, 28 May 2005 18:03:56 +0000 (20:03 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 28 May 2005 18:03:56 +0000 (18:03 +0000)
commitd416304e6dd69fced760e15912444cb3085a4d6b
treedd229dc2bdb52fc7314fe74408a642d2f50015b1
parenteaef357b0fc6b96846d872afeb0afedd0f8fe24b
tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update profile.

* tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis):
Update profile.
* value-prof.c (tree_divmod_fixed_value_transform): Be more verbose in
debug output.
(tree_mod_subtract): Fix profile updating code.
(tree_divmod_values_to_profile): Do not produce useless value profilers
for divisions.

* tree-prof.exp: Fix comment.
* value-prof-1.c: New.
* value-prof-2.c: New.
* value-prof-3.c: New.
* value-prof-4.c: New.

From-SVN: r100298
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c [new file with mode: 0644]
gcc/tree-ssa-threadupdate.c
gcc/value-prof.c