r227076 - in /trunk/gcc: ChangeLog gencodes.c l...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Aug 21 17:23:00 GMT 2015
Author: rsandifo
Date: Fri Aug 21 17:23:10 2015
New Revision: 227076
URL: https://gcc.gnu.org/viewcvs?rev=227076&root=gcc&view=rev
Log:
gcc/
* gencodes.c (gencodes): Print the comma for the preceding
enum value rather than the current one. Use aliased enum values
rather than #defines for compiled-out patterns.
(main): Update accordingly. Replace LAST_INSN_CODE with
NUM_INSN_CODES.
* lra.c (insn_code_data): Update accordingly.
(finish_insn_code_data_once, get_static_insn_data): Likewise.
* recog.h (target_recog): Likewise.
(preprocess_insn_constraints): Change parameter to unsigned int.
* recog.c (preprocess_insn_constraints): Likewise.
(recog_init): Replace LAST_INSN_CODE with NUM_INSN_CODES.
* tree-vect-stmts.c (vectorizable_operation): Simplify.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gencodes.c
trunk/gcc/lra.c
trunk/gcc/recog.c
trunk/gcc/recog.h
trunk/gcc/tree-vect-stmts.c
More information about the Gcc-cvs
mailing list