ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx, not an array of rtunion.
authorJeffrey A Law <law@cygnus.com>
Mon, 4 Oct 1999 06:14:10 +0000 (06:14 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 4 Oct 1999 06:14:10 +0000 (00:14 -0600)
commit88deedb5c9036cbd6fb664cd96ab8bc4d4af5fdc
treeefd0274a92c31da3aa85dd7af5b11cbfcf1fa4c6
parent910eabe5013f0feaed1a493a42f3cf577cb90769
ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx, not an array of rtunion.

        * 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.

From-SVN: r29793
gcc/ChangeLog
gcc/ggc-none.c
gcc/ggc-page.c
gcc/ggc-simple.c