* tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis):
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 May 2005 18:03:56 +0000 (18:03 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 May 2005 18:03:56 +0000 (18:03 +0000)
commit421e19dde5ca91eb54aee9f8d15546a7c37c84a9
treedd229dc2bdb52fc7314fe74408a642d2f50015b1
parentbb3d0c3095a1485769ed129a6167f185afb64bee
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100298 138bc75d-0d04-0410-961f-82ee72b054a4
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