gensupport.c (add_define_attr): New static function.
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 21 Jun 2011 14:38:38 +0000 (14:38 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 21 Jun 2011 14:38:38 +0000 (14:38 +0000)
commit0bddee8e5451093d776659f0fe401b08b2199eb5
tree6c18112608b45b07352ab4067660097dfe524dff
parente4d48a4dd55f96d6f7bb11b4efcc1ee7d8af0147
gensupport.c (add_define_attr): New static function.

* gensupport.c (add_define_attr): New static function.
(is_predicable): Allow multi-alternative lists for the "predicable"
attribute.
(modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
(process_one_cond_exec): Call alter_attrs_for_insn.
* doc/md.texi (Defining Attributes): Mention some standard names.
(Conditional Execution): Update documentation for "predicable".

From-SVN: r175263
gcc/ChangeLog
gcc/doc/md.texi
gcc/gensupport.c