value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect the case we need to split...
authorRichard Guenther <rguenther@suse.de>
Thu, 2 Dec 2010 16:21:30 +0000 (16:21 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 2 Dec 2010 16:21:30 +0000 (16:21 +0000)
commit3b38fb7c7dc653b91b755d8f60155f3404b70e2e
treed86a0c6d557aaa514dc706820565f656aca6a30c
parent660b994febbb96159d96d924f1da598a768b4bd2
value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect the case we need to split the edge and not the block.

2010-12-02  Richard Guenther  <rguenther@suse.de>

* value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect
the case we need to split the edge and not the block.

From-SVN: r167376
gcc/ChangeLog
gcc/value-prof.c