* gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 1999 05:16:12 +0000 (05:16 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 1999 05:16:12 +0000 (05:16 +0000)
commitcd55d9d61e832f92f3b4c2f8da3bbd97a02d02ad
treeb96810740df706c665d254e6807b502dfcca8d2e
parentf186e8e44861fbb3c005ec6d36d6596ab8538ff2
    * 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.

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