rtl.def: Add comment about new option in automata_option.
authorVladimir Makarov <vmakarov@redhat.com>
Tue, 13 Jan 2004 19:52:24 +0000 (19:52 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Tue, 13 Jan 2004 19:52:24 +0000 (19:52 +0000)
commitdfa849f3264a2c064f0e61f081b47de0db56ffbe
tree9599fa48adf2340d93fb84cfee97af1692374ba0
parent60af005f4bbfc0c03fb3a081d4da835d4aa1ab5e
rtl.def: Add comment about new option in automata_option.

2004-01-13  Vladimir Makarov  <vmakarov@redhat.com>

        * rtl.def: Add comment about new option in automata_option.

* genautomata.c (PROGRESS_OPTION): New macro.
(progress_flag): New global variable.
(gen_automata_option): Process `progress'.
(transform_insn_regexps, check_unit_distributions_to_automata,
make_automaton, NDFA_to_DFA, build_automaton, create_automata,
expand_automata, write_automata): Print about the progress only if
progress_flag.  Remove fflush.
(initiate_automaton_gen): Process command line flag `-progress'.

* doc/md.texi: Describe the new option.

From-SVN: r75812
gcc/ChangeLog
gcc/doc/md.texi
gcc/genautomata.c
gcc/rtl.def