]> git.ipfire.org Git - thirdparty/gcc.git/commit
cse.c (cse_main): Use xmalloc, not alloca.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 4 Nov 1999 20:51:04 +0000 (12:51 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 4 Nov 1999 20:51:04 +0000 (12:51 -0800)
commit75c6bd46fe011b1c8187eb918eac774bb704170b
tree4d5e2ea7782f490dbfe2fcc8ee7763b1622c4305
parent17074a35df5c8c5de3f24cef85585b0f738d1ec9
cse.c (cse_main): Use xmalloc, not alloca.

        * cse.c (cse_main): Use xmalloc, not alloca.
        (cse_basic_block): Likewise.
        * local-alloc.c (local_alloc): Likewise.

From-SVN: r30399
gcc/ChangeLog
gcc/cse.c
gcc/local-alloc.c