flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.
authorJohn Carr <jfc@mit.edu>
Wed, 24 Dec 1997 21:44:46 +0000 (14:44 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 24 Dec 1997 21:44:46 +0000 (14:44 -0700)
commit439d5a35d8e60afa53dd6a7ca541c480b9b38239
tree7f4811a703d749a021b4a59e6f8ed79ef67f4ef6
parent6e73e66606ebe0f3a1827b4401d259fac87fb36e
flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.

        * 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.

From-SVN: r17227
gcc/ChangeLog