OSDN Git Service

* calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jan 1999 11:29:38 +0000 (11:29 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jan 1999 11:29:38 +0000 (11:29 +0000)
commit6d801f270762f4d2e8db9004448ab931020e717d
tree7c5f130f91ec25adc7b64b5a91dd19084554401c
parent11e995449695fe53ec710529707d534605cc5136
    * calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to
        allocate memory that will live beyond this function.
        (expand_call): Free it here.

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