* flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Dec 1997 21:44:46 +0000 (21:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Dec 1997 21:44:46 +0000 (21:44 +0000)
commit46afcf6373f96de803b5fbbb10c09a1a46adacd2
tree7f4811a703d749a021b4a59e6f8ed79ef67f4ef6
parent35d3eedd7e26572e37440774623b17bf1f0d4c26
    * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;
        optimization is now always enabled.
        * calls.c (expand_call): Recognize C++ operator new as malloc-like
        function.
        * alias.c (memrefs_conflict_p): Eliminate tests now done by
        base_alias_check.
        (*_dependence): Call canon_rtx before base_alias_check.
        (init_alias_once): New function to precompute set of registers which
        can hold Pmode function arguments.
        * rtl.h: Declare init_alias_once.
        * toplev.c (compile_file): Call init_alias_once.

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