This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r222733 - in /trunk/gcc: ChangeLog genrecog.c r...


Author: tbsaunde
Date: Sat May  2 21:04:47 2015
New Revision: 222733

URL: https://gcc.gnu.org/viewcvs?rev=222733&root=gcc&view=rev
Log:
recog_data::insn can be a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* genrecog.c (print_subroutine): Adjust.
	* recog.c (get_bool_attr_mask_uncached): Likewise.
	* recog.h (struct recog_data_d): Change the type of insn to
	rtx_insn *.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genrecog.c
    trunk/gcc/recog.c
    trunk/gcc/recog.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]