genautomata.c (NO_COMB_OPTION): New macro.
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 30 Aug 2011 13:15:38 +0000 (13:15 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 30 Aug 2011 13:15:38 +0000 (13:15 +0000)
commite12da14140bd1ec670a97f2e9b147d16e81c8ae4
tree93799b5becced1916a53de04905e0a7bade2bab6
parent747de90b1117a02ac82f097c17315ba461dcd2df
genautomata.c (NO_COMB_OPTION): New macro.

* genautomata.c (NO_COMB_OPTION): New macro.
(no_comb_flag): New static variable.
(gen_automata_option): Handle NO_COMB_OPTION.
(comb_vect_p): False if no_comb_flag.
(add_vect): Move computation of min/max values.  Return early if
no_comb_flag.
* doc/md.texi (automata_option): Document no-comb-vect.

From-SVN: r178295
gcc/ChangeLog
gcc/doc/md.texi
gcc/genautomata.c