> 2012-04-20 Andreas Krebbel <andreas.kreb...@de.ibm.com> > > * recog.c (insn_invalid_p): Add IN_GROUP parameter and use > validate_change to add clobbers if IN_GROUP is nonzero. > (verify_changes): Set IN_GROUP parameter to true. > * recog.h (insn_invalid_p): Add IN_GROUP parameter to function > prototype. > * gcse.c (process_insert_insn): Set IN_GROUP to false. > * config/s390/s390.c (insn_invalid_p): Set IN_GROUP to false.
config/s390/s390.c (expand_addcc) OK if you turn the 3 "Set IN_GROUP [parameter] to..." into "Call insn_invalid_p with IN_GROUP set to..." -- Eric Botcazou