OSDN Git Service

PR middle-end/20557
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 2005 22:11:11 +0000 (22:11 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 2005 22:11:11 +0000 (22:11 +0000)
commit5856543033ba7dc29cd9480a656e113389d413ff
tree28720a371b03ceef348c0a3e1f86dde7d551ed90
parent236ee1fdf721e568e7480e94cb3162bb25b6364f
PR middle-end/20557
* bb-reorder.c (duplicate_computed_gotos): Use can_duplicate_block_p
to determine whether a block can be duplicated, rather than test
whether the block contains noncopyable insns ourselves.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96836 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bb-reorder.c