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]

r242651 - in /trunk/gcc: ChangeLog config/v850/...


Author: tbsaunde
Date: Mon Nov 21 06:15:08 2016
New Revision: 242651

URL: https://gcc.gnu.org/viewcvs?rev=242651&root=gcc&view=rev
Log:
make recog () take a rtx_insn *

gcc/ChangeLog:

2016-11-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* config/v850/v850.c (expand_prologue): Adjust.
	(expand_epilogue): Likewise.
	* expr.c (init_expr_target): Likewise.
	* genrecog.c (print_subroutine): Always make the argument type
	rtx_insn *.
	* recog.h: Adjust prototype.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/v850/v850.c
    trunk/gcc/expr.c
    trunk/gcc/genrecog.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]