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]

r226633 - in /trunk/gcc: ChangeLog genattrtab.c...


Author: rsandifo
Date: Wed Aug  5 15:44:23 2015
New Revision: 226633

URL: https://gcc.gnu.org/viewcvs?rev=226633&root=gcc&view=rev
Log:
gcc/
	* gensupport.h (get_num_insn_codes): Declare.
	* gensupport.c (get_num_insn_codes): New function.
	* genattrtab.c (optimize_attrs): Rename max_insn_code to
	num_insn_codes.
	(main): Likewise.  Use get_num_insn_codes.
	* gencodes.c (main): Remove "last" and use get_num_insn_codes.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genattrtab.c
    trunk/gcc/gencodes.c
    trunk/gcc/gensupport.c
    trunk/gcc/gensupport.h


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