]> gcc.gnu.org Git - gcc.git/commit
flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.
authorJohn Carr <jfc@mit.edu>
Wed, 24 Dec 1997 21:39:44 +0000 (14:39 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 24 Dec 1997 21:39:44 +0000 (14:39 -0700)
commit6e73e66606ebe0f3a1827b4401d259fac87fb36e
tree16ba7b39b3187d844bce4bf136901fa626027edb
parent280e521f029df248a105d1bd90c251ef26080f09
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: r17226
gcc/alias.c
gcc/calls.c
gcc/flags.h
gcc/rtl.h
gcc/toplev.c
This page took 0.061777 seconds and 5 git commands to generate.