OSDN Git Service

* ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 1999 06:14:10 +0000 (06:14 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 1999 06:14:10 +0000 (06:14 +0000)
commit6ab01be1b10fb2a7d398f2c0598a3bb0924fed5e
treeefd0274a92c31da3aa85dd7af5b11cbfcf1fa4c6
parent099c2ab709141e60c5131d958bbf9ee5acd286c0
    * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
        not an array of rtunion.
        * gcc-page.c (ggc_alloc_rtvec): Similarly.
        * gcc-simple (ggc_free_rtvec): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29793 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ggc-none.c
gcc/ggc-page.c
gcc/ggc-simple.c