* tree-ssa-threadedge.c (thread_around_empty_block): Remove
commit1f3976e75b04e638492a0689fa578d8bc993d2d7
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Aug 2013 15:07:45 +0000 (28 15:07 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Aug 2013 15:07:45 +0000 (28 15:07 +0000)
tree089b6bbb6feac49068fc164ef9c0ffc916a99955
parentc8bc3818e620e54ac15f6cbd67371c7bc357ca3b
    * tree-ssa-threadedge.c (thread_around_empty_block): Remove
        checks for the number of predecessors and successors allowed.
        * tree-ssa-threadupdate.c (mark_threaded_blocks): Ignore requests
        which require copying a joiner block if there is a request which
        is a subpath that requires no joiner block copying.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202054 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-threadedge.c
gcc/tree-ssa-threadupdate.c