OSDN Git Service

* gcse.c (gcse_main): Avoid global optimizations if we have a
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Oct 1999 05:30:28 +0000 (05:30 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Oct 1999 05:30:28 +0000 (05:30 +0000)
commit240b4fb26309863f06c218dbf1af693ea7d84958
tree73d65cac827c1016f9fef47f276875dc6a6acec3
parentb7e644ba4600ba3ba49b889d0ddbde68ff3a6f2a
    * 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.

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