gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead of alloca.
authorRobert Lipe <robertlipe@usa.net>
Wed, 27 Oct 1999 05:16:12 +0000 (05:16 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Wed, 27 Oct 1999 05:16:12 +0000 (05:16 +0000)
commit283a25451f48b420c45ad4068031b121fd907767
treeb96810740df706c665d254e6807b502dfcca8d2e
parentd024732666bb406ca995f2a8c82f6168aa277f44
gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead of alloca.

        * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
        of alloca.
        (pre_gcse): Likewise.
        (hoist_expr_reaches_here_p): Likewise.
        (hoist_code): Likewise.
        (pre_expr_reaches_here_p): Replace alloca with xcalloc.   Move core
        code to ...
        (pre_expr_reaches_here_p_work): ... here.
        (expr_reaches_here_p): Replace alloca with xcalloc.   Move core
        code to ...
        (expr_reaches_here_p_work): ... here.

From-SVN: r30207
gcc/ChangeLog
gcc/gcse.c