gensupport.c (sequence_num): Replace with...
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 5 Aug 2015 15:47:31 +0000 (15:47 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 5 Aug 2015 15:47:31 +0000 (15:47 +0000)
commit72a35f9354f285d7ab6211c6c1b71056969f90c7
tree4433412ddc23100f25b093ce4c253045e93e103b
parentd1427a17a7d98f096ee0b199ef8caf993c8f2e0e
gensupport.c (sequence_num): Replace with...

gcc/
* gensupport.c (sequence_num): Replace with...
(insn_sequence_num, split_sequence_num, peephole2_sequence_num):
...these new variables.
(init_rtx_reader_args_cb): Update accordingly.
(get_num_code_insns): Likewise.
(read_md_rtx): Rework to use a while loop and get_c_test.
Use the new counters.  Remove redundant DEFINE_SUBST case.
* genoutput.c (gen_split): Delete.
(main): Don't call it.

From-SVN: r226635
gcc/ChangeLog
gcc/genoutput.c
gcc/gensupport.c