integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is specified.
authorMarc Lehmann <pcg@goof.com>
Thu, 5 Feb 1998 20:49:54 +0000 (20:49 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 5 Feb 1998 20:49:54 +0000 (13:49 -0700)
commitaec98e42eff44570e0c88be04e37e297b914534d
treeffb329918bec313fd2e4055bc4b596f65ffa05e5
parenteabb2ebae83d72ceb279b530a631eade3579c836
integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is specified.

        * integrate.c (INTEGRATE_THRESHOLD): Inline only small functions
        when -Os is specified.
        * toplev.c (main): Don't disable flag_inline_functions anymore when
        -Os is in effect.

From-SVN: r17671
gcc/ChangeLog
gcc/integrate.c
gcc/toplev.c