]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcse.c (hoist_code): Rewrite to only get list of dominated blocks once per BB.
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 27 Jun 2002 15:56:40 +0000 (15:56 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 27 Jun 2002 15:56:40 +0000 (09:56 -0600)
commitc635a1ec844af64c920e115dde6901f37cbf00af
tree97296d105e28688bcbd1cdda2c2d61def5731c1c
parent86422829205fb7e87f25f37d226f4c3d4b81d784
gcse.c (hoist_code): Rewrite to only get list of dominated blocks once per BB.

        * gcse.c (hoist_code): Rewrite to only get list of dominated
        blocks once per BB. Also fix reversed test (by removing need for
        the test at all).

From-SVN: r55031
gcc/ChangeLog
gcc/gcse.c