This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217310 - in /trunk/gcc: ChangeLog config/frv/f...
- From: rsandifo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 10 Nov 2014 19:52:05 -0000
- Subject: r217310 - in /trunk/gcc: ChangeLog config/frv/f...
Author: rsandifo
Date: Mon Nov 10 19:52:05 2014
New Revision: 217310
URL: https://gcc.gnu.org/viewcvs?rev=217310&root=gcc&view=rev
Log:
gcc/
* config/frv/frv.c (frv_registers_conflict_p_1): Take an rtx rather
than an rtx *. Take the regstate_t directly rather than via a void *.
Return a bool rather than an int. Iterate over all subrtxes here.
(frv_registers_conflict_p): Update accordingly.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/frv/frv.c