This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212325 - in /trunk/gcc: ChangeLog expmed.c
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 07 Jul 2014 08:42:49 -0000
- Subject: r212325 - in /trunk/gcc: ChangeLog expmed.c
Author: jakub
Date: Mon Jul 7 08:42:49 2014
New Revision: 212325
URL: https://gcc.gnu.org/viewcvs?rev=212325&root=gcc&view=rev
Log:
* expmed.c (struct init_expmed_rtl): Change all fields but
pow2 and cint from struct rtx_def to rtx.
(init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
(init_expmed): Likewise. Allocate all the 18 rtxes and ggc_free them
at the end again.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/expmed.c