calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to allocate memory...
authorMark Mitchell <mark@markmitchell.com>
Thu, 7 Jan 1999 11:29:38 +0000 (11:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 7 Jan 1999 11:29:38 +0000 (04:29 -0700)
commit8e6a59feebbfbedc620983ca9a568efebf016a48
tree7c5f130f91ec25adc7b64b5a91dd19084554401c
parent5e1db167b77b3f96157c18fc3c879c28b329f911
calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to allocate memory that will live beyond this function.

        * calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to
        allocate memory that will live beyond this function.
        (expand_call): Free it here.

From-SVN: r24561
gcc/ChangeLog
gcc/calls.c