combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, and 1.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 22 Jul 2003 00:36:52 +0000 (00:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 22 Jul 2003 00:36:52 +0000 (00:36 +0000)
commit87d9741e4e6ff884ec5e34b19d46bd17051dec63
tree775d4ddb99f9b3f93365bd8925c483c84331fcc2
parent32d0e51b548705973cc92c97069e56ad7095022f
combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, and 1.

* combine.c (if_then_else_cond): Simplify the comparison of
rtx against -1, 0, and 1.
* loop.c (check_dbra_loop): Likewise.
* optabs.c (emit_conditional_move): Likewise.
(emit_conditional_add): Likewise.
* config/i386/i386.md (*movsi_or): Likewise.
(*movdi_or_rex6): Likewise.

From-SVN: r69658
gcc/ChangeLog
gcc/combine.c
gcc/config/i386/i386.md
gcc/loop.c
gcc/optabs.c