gcse.c (gcse_main): Avoid global optimizations if we have a large number of basic...
authorJeffrey A Law <law@cygnus.com>
Sun, 10 Oct 1999 05:30:28 +0000 (05:30 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 10 Oct 1999 05:30:28 +0000 (23:30 -0600)
commit55f7891bb79c49bca34c2866ca94fb754be30a88
tree73d65cac827c1016f9fef47f276875dc6a6acec3
parentba80674579d5de95a3b8d14187ceff27fc659b4b
gcse.c (gcse_main): Avoid global optimizations if we have a large number of basic blocks and the...

        * gcse.c (gcse_main): Avoid global optimizations if we have a
        large number of basic blocks and the ratio of edges to blocks
        is high.
        (delete_null_pointer_checks): Likewise.

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