flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just the codes...
authorRichard Earnshaw <rearnsha@arm.com>
Sun, 29 Aug 2004 22:10:44 +0000 (22:10 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sun, 29 Aug 2004 22:10:44 +0000 (22:10 +0000)
commit15dce8121ca2dd2fab01f249c714ea3726cecc41
treea4ec15aceec0b091ed501e69eca717c1e7b43626
parent6903ecd4918625b0d1117747d1500079f4fb9a12
flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just the codes, call reversed_comparison_code ().

* flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not
just the codes, call reversed_comparison_code ().
(ior_reg_cond): Update arguments to REVERSE_CONDEXEC_PREDICATES_P.
(not_reg_cond): Use reversed_comparison_code.
(and_reg_cond): Likewise.
* ifcvt.c (cond_exec_process_if_block): Likewise.
* doc/tm.texi (REVERSE_CONDEXEC_PREDICATES_P): Update documentation.

From-SVN: r86737
gcc/ChangeLog
gcc/doc/tm.texi
gcc/flow.c
gcc/ifcvt.c