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]

r171822 - in /trunk/gcc: ChangeLog genoutput.c ...


Author: rsandifo
Date: Fri Apr  1 08:16:47 2011
New Revision: 171822

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171822
Log:
gcc/
	* recog.h (insn_data_d): Add n_generator_args.
	* genoutput.c (data): Likewise.
	(output_insn_data): Print it.
	(max_opno, num_dups): Delete.
	(scan_operands): Just fill in "d->operand[...]".
	(gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genoutput.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]