Another style nit on top of the ones already posted, sorry: tbsaunde+...@tbsaunde.org writes: > +void > +print_rtx_insn_vec (FILE *file, const vec<rtx_insn *> &vec) > +{ > + fputc('{', file);
missing space before '('. Richard
Another style nit on top of the ones already posted, sorry: tbsaunde+...@tbsaunde.org writes: > +void > +print_rtx_insn_vec (FILE *file, const vec<rtx_insn *> &vec) > +{ > + fputc('{', file);
missing space before '('. Richard